int
float
char
none of these
which have a short duration in a program
which have short names
which may require less storage than normal integers
all of these
unsigned character
unsigned integer
character
none of' these
is globally accessible by all functions
has a declaration
will be initialized to 0 if not initialized
&street and street will have different values
&street is meaningless
&street+1 and street+1 will have the same values
None of the above
file lives even after the program that created it terminates
memory space will not be wasted
there are many system tools to manipulate files
All of the abone
Array stores data of the same type
Array can be a part of a structure
Array of structure is allowed
All of the above
&x[ i ] is same as x + i - 1
*(x + 1) is same as *(&x [ i ])
*(x + i) is same as x[ i ]
both (b) & (c)
storage needed will be proportional to the size of the data
execution will be faster
swapping process becomes easier and faster
sixth row
Fifth row
fifth column
sixth column