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
What is the starting position of subscript in array?
no fixed position
one
zero
two
In which sort of data type does an array belong to?
derived type
basic
primitive
user defined
Which one of the following is treated as single dimensional array of characters?
Array
Literal
linear array
Matrix
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 alternate name of index?
indices
index value
subscript
superscript
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 of the following is a collection of variables of the same type that are referenced by a common name?
Structure
Group of variables
reference
What are speciied in an array declaration?
Name ,data type & size
Size, data type & variable
Size,name & values
Values & elements