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