Question
a.
2
b.
4
c.
3
d.
5
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Array which is having ____ dimensions is called as 2-D array.
Similar Questions
Discover Related MCQs
Q. What is maximum dimension that array can have in c programming ?
View solution
Q. Array with last element 'n' will always have array size equal to _______.
View solution
Q. Array is an example of _______ type memory allocation.
View solution
Q. Array is ______ data type in C Programming language.
View solution
Q. In order to access any element of an array if the position of element is known , Time complexity will be equal to _________.
View solution
Q. Size of an array is known at ________.
View solution
Q. A Pointer to a block of memory is considered same as an array.
View solution
Q. What will happen if in a C program you assign a value to an array element whose subscript exceeds the size of array?
View solution
Q. If you pass an array as an argument to a function, what actually gets passed?
View solution
Q. What is meaning of following declaration ?
int arr[20];
View solution
Q. int a[20]
What will be the size of above array element ?
View solution
Q. What is meaning of the following statement ?
int *ptr[20]
View solution
Q. In C Programming, If we need to store word "INDIA" then syntax is as below -
View solution
Q. Below is an example of -
int RollNum[30][4];
View solution
Q. Pointer is special kind of variable which is used to stored __________ of the variable.
View solution
Q. Pointer variable is declared using preceding _________ sign.
View solution
Q. Address stored in the pointer variable is of type __________.
View solution
Q. Consider the 32 bit compiler. We need to store address of integer variable to integer pointer. What will be the size of integer pointer ?
View solution
Q. In order to fetch the address of the variable we write preceding _________ sign before variable name.
View solution
Q. A pointer is
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!