Menu

Arrays Questions

MCQ
51.
What is it that the compiler needs to know about an array that it needs to know about an ordinary variable known as a scalar variable in the trade?
forum Discussion
MCQ
52.
An array is a collection of elements of the same data type and it can be referred to with a___________.
forum Discussion
MCQ
53.
An array can be____________type.
forum Discussion
MCQ
54.
The first element in the array is numbered 0, so the last element is ______ than the size of the array.
forum Discussion
MCQ
55.
The first element is referred to as array [__________] and any element at x position is referred to as array[_________].
forum Discussion
MCQ
56.
What are used to refer to array elements?
forum Discussion
MCQ
57.
The method of subscribing arrays in ________ is different from that used in many other programming languages.
forum Discussion
MCQ
58.
The first element in the array is numbered__________.
forum Discussion
MCQ
59.
Once memory space is allocated to an array, it cannot be________.
forum Discussion
MCQ
60.
If the number of elements to be stored in an ______increases or decreases significantly at runtime, it may require more memory space or result in wastage of memory, both of which are unacceptable.
forum Discussion