|
|
What are Advantages and Disadvantages of arrays?
Advantages:
1. It is used to represent multiple data items of same type by using only singl
|
What are Applications or Uses of arrays?
1. It is used to represent multiple data items of same type by using only single name.
2. It c
|
Describe the formula of finding the location (address) of particular element in 2D array using example.
Normal
0
MicrosoftInternetExplorer4
|
What are the ways of representing 2D array in memory? Explain each one of them with examples
A 2D array’s elements are stored in continuous memory locations. It can be represented in memory
|
Terms: Subscript or Index, Size or Length of array , Base Address of array, Offset
(a) Subscript or Index:
It is the sequence number of an element in array. Each element of arra
|
What are various types of arrays? Explain them
Arrays can of following types:
1. One dimensional (1-D) arrays or Linear arrays
2. Multi dime
|
Turning Off and On Identity Column in SQL Server
I have been moving over the data from one database to another. Issue came when data was entering in
|
How to create HTML signature in Outlook express
Creating a Rich Text (HTML) Signature for Outlook Express Emails
Click on New mail
Writ
|
Insert Multiple records with single Insert statement in sql server
insert into persons
(
p_id, First_Name, Last_Name, Address, city
)
values
(
'2', 'Shya
|
How to activate "Block Images for website" in Mozilla
Accidentally I pressed "Block images for a website in Mozilla" while i was viewing the "ImagesInfo"
|
|