Table of Content

Array MCQ : General Questions (Multiple Choice Questions)


Question 1
Array which is having ____ dimensions is called as 2-D array.
A
4
B
5
C
2
D
3
Question 2
What is maximum dimension that array can have in c programming ?
A
4
B
Theoretically No Limit but practically limit depends on memory
C
2
D
3
Question 3
Array with last element 'n' will always have array size equal to _______.
A
n+1
B
n+n
C
n
D
n-1
Question 4
Array is an example of _______ type memory allocation.
A
Compile Time
B
Run Time
Question 5
Array is ______ data type in C Programming language.
A
None of these
B
Primitive Data Type
C
Custom Data Type
D
Derived Data Type
There are 5 questions to complete.