Menu

Arrays Questions

MCQ
21.
If the address of A[1][1] and A[2][1] are 1000 and 1010 respectively and each element occupies 2 bytes then the array has been stored in _________ order.
forum Discussion
MCQ
22.
An adjacency matrix representation of a graph cannot contain information of :
forum Discussion
MCQ
23.
The extra key inserted at the end of the array is called a,
forum Discussion
MCQ
24.
The largest element of an array index is called its
forum Discussion
MCQ
25.
An index or subscript is a _________ integer value, which indicates the position of a particular element in the array.
forum Discussion
MCQ
26.
In which language/languages, the smallest subscript value is 1 and the largest subscript value is n.
forum Discussion
MCQ
27.
Data elements grouped in an array can be of any basic data type like:
forum Discussion
MCQ
28.
One of the data types which can be used for storing a list of elements is an________.
forum Discussion
MCQ
29.
A programmer can access a particular element of an array by using one or more_________.
forum Discussion
MCQ
30.
If more than one subscript is used, an array is known as a__________.
forum Discussion