What is the peculiarity in the memory locations were array elements are stored?
Same place
Contiguous
Descrete
Same type
Which of the following is a use of one dimensional arrays?
list processing
matrix operations
searching
soring
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
Arrays are passed by _______ and the array name is automatically converted into array pointer.
call by reference
call by value
arguments
pass by value
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 applicable to an array?
One-dimensional only
two-dimensional only
multidimensional
All the above
What is the base type of array elements?
data type
values
initial values
none of these
What is known as the base type of the array?
name
size
key word
Which of the following is a form of rectangular array?
array
literal
vector
matrix
What is represented by 'amount[9]' of the array 'amount'?
the eighth
the ninth
the tenth
impossible to tell