McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
Programming for Problem Solving
→
Array which is having ____ dimensions is...
Q.
Array which is having ____ dimensions is called as 2-D array.
A.
3
B.
2
C.
5
D.
4
Answer» B. 2
824
0
Do you find this helpful?
9
View all MCQs in
Programming for Problem Solving
Discussion
No comments yet
Login to comment
Related MCQs
If we have declared an array described below – int arr[6]; then which of the following array element is considered as last array element ?
Array with last element 'n' will always have array size equal to _______.
What will happen if in a C program you assign a value to an array element whose subscript exceeds the size of array?
Array can be considered as set of elements stored in consecutive memory locations but having __________.
Smallest element of an array is called as _______.
In Array, There is one to one correspondence between set of ________ and set of values.
What is maximum dimension that array can have in c programming?
Array is an example of _______ type memory allocation.
Array is ______ data type in C Programming language.
A Pointer to a block of memory is considered same as an array.