Menu

Arrays Questions

MCQ
31.
What is the simplest form of an array?
forum Discussion
MCQ
32.
What is allocated to the array at compile-time, before the program is executed?
forum Discussion
MCQ
33.
The memory address of the first element of an array is contained in the _______.
forum Discussion
MCQ
34.
Each element in an array is associated with a unique subscript value, starting from__________.
forum Discussion
MCQ
35.
An array can be initialized in how many ways?
forum Discussion
MCQ
36.
Once an array is declared and initialized, various operations, such as,___________can be performed on the array.
forum Discussion
MCQ
37.
To perform an operation on an array, the elements of the array need to be accessed. The process of accessing each element of an array is known as__________.
forum Discussion
MCQ
38.
The process of finding the occurrence of a particular element in an array is known as_______.
forum Discussion
MCQ
39.
A search is said to be successful or unsuccessful depending on whether the data item is_________.
forum Discussion
MCQ
40.
The process of adding a new element to an existing array is known as_________.
forum Discussion