Which of the following is used to determine the maximum length of each string in an array?
First index
Second index
Row value
Size
Which process is used for rearranging the data in a given array?
Sorting
Merging
Searching
None
Which string function is used to copy the source string into target string?
Strcpy()
strcmp()
strlen()
strconcat()
Which of the following is applicable to an array?
One-dimensional only
two-dimensional only
multidimensional
All the above
Which of the following is a form of rectangular array?
array
literal
vector
matrix
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
How can be represented the matrix elements?
2D array
string array
jagged
1D array
What is the peculiarity in the memory locations were array elements are stored?
Same place
Contiguous
Descrete
Same type
What is known as the base type of the array?
name
size
data type
key word