What are speciied in an array declaration?
Name ,data type & size
Size, data type & variable
Size,name & values
Values & elements
How can be represented the matrix elements?
2D array
string array
jagged
1D array
When can we initialize an array?
At the time of execution
At the time of processing
At the time of declaration
It is not possible
Which of the following is a collection of variables of the same type that are referenced by a common name?
Array
Structure
Group of variables
reference
Which string function is used to copy the source string into target string?
Strcpy()
strcmp()
strlen()
strconcat()
What is the starting position of subscript in array?
no fixed position
one
zero
two
Which memory is used for storing the 2D array?
Linear memory block
sequential memory block
direct memory block
none of these
What is the base type of array elements?
data type
values
initial values
Which process is used for rearranging the data in a given array?
Sorting
Merging
Searching
None
Which one of the following is treated as single dimensional array of characters?
Literal
linear array
Matrix