Menu

Arrays Questions

MCQ
61.
The total number of elements that can be stored in a string without increasing its current amount of allocated memory is called its:
forum Discussion
MCQ
62.
A double sub-scripted array declared as int a[ 3 ][ 5 ]; has how many elements?
forum Discussion
MCQ
63.
Using square brackets ([]) to retrieve vector elements .............. perform bounds checking; using member function at to retrieve vector elements ................ perform bounds checking.
forum Discussion
MCQ
64.
The largest element of an array index is called its .................
forum Discussion
MCQ
65.
The information about an array that is used in a program will be stored in
forum Discussion
MCQ
66.
Which of the following expressions accesses the (i,j)th entry of an (m x n) matrix stored in column major form?
forum Discussion
MCQ
67.
Sparse matrices have
forum Discussion
MCQ
68.
For a linear search in an array of n elements the time complexity for best, worst and average case are ......., ....... and ........ respectively
forum Discussion
MCQ
69.
The expression which accesses the (ij)th entry of am x n matrix stored in column majorform is
forum Discussion
MCQ
70.
An object that can be used in accessing another object, is known to be
forum Discussion