Menu

Arrays Questions

MCQ
11.
The memory address of fifth element of an array can be calculated by the formula
forum Discussion
MCQ
12.
Two dimensional arrays are also called
forum Discussion
MCQ
13.
A variable P is called pointer if
forum Discussion
MCQ
14.
What is right way to Initialize array?
forum Discussion
MCQ
15.
An array elements are always stored in ________ memory locations.
forum Discussion
MCQ
16.
Size of the array need not be specified, when
forum Discussion
MCQ
17.
What does the following declaration mean?

int (*ptr)[10];
forum Discussion
MCQ
18.
Array passed as an argument to a function is interpreted as
forum Discussion
MCQ
19.
Which of the following correctly accesses the seventh element stored in arr, an array with 100 elements?
forum Discussion
MCQ
20.
The smallest element of an array
forum Discussion