Question
What is the value of a[4]?
a.
3
b.
1
c.
0
d.
Garbage Value
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. int a[5] = {1,2,3} What is the value of a[4]?
Similar Questions
Discover Related MCQs
Q. The function sprintf() works like printf(), but operates on ..........
View solution
Q. Choose the best answer.
Prior to using a pointer variable
View solution
Q. The address operator &, cannot act on
View solution
Q. The statement int **a;
View solution
Q. The operator > and < are meaningful when used with pointers, if
View solution
Q. The declaration
int (*p) [5];
means
View solution
Q. Comment on the following?
const int *ptr;
View solution
Q. A function 'p' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as
View solution
Q. Which of the following is the correct way of declaring a float pointer:
View solution
Q. What is the base data type of a pointer variable by which the memory would be allocated to it?
View solution
Q. Set of consecutive memory locations is called as ________.
View solution
Q. Array can be considered as set of elements stored in consecutive memory locations but having __________.
View solution
Q. In Array, There is one to one correspondence between set of ________ and set of values.
View solution
Q. Smallest element of an array is called as _______.
View solution
Q. If we have declared an array described below -
int arr[6];
then which of the following array element is considered as last array element ?
View solution
Q. Array which is having ____ dimensions is called as 2-D array.
View solution
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
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!