Which process is used for rearranging the data in a given array?
Sorting
Merging
Searching
None
What is the limit to use a subscript based on array size declaration?.
upto the declared size
greater than declared size
upto declared size + 1
upto declared size - 1
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()
In which sort of data type does an array belong to?
derived type
basic
primitive
user defined
How can the arrays be passed in a function?
value
argument
none of these
Which of the following is a form of rectangular array?
array
literal
vector
matrix
What are speciied in an array declaration?
Name ,data type & size
Size, data type & variable
Size,name & values
Values & elements
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 memory is used for storing the 2D array?
Linear memory block
sequential memory block
direct memory block