Multiple Choice
Array with last element 'n' will always have array size equal to _______.
A) n+1
B) n-1
C) n+n
D) n
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: Which macro is used to insert assembly
Q12: which of these is not a valid
Q13: #include "stdio.h"<br>Int main()<br>{<br>Int a@ = 10;<br>Printf("%d", a@);<br>Return
Q14: In a function call, _ is passed
Q15: In Array, There is one to one
Q17: Smallest element of an array is called
Q18: Which gcc flag is used to enable
Q19: Array is _ data type in C
Q20: What is output of below program?<br>Int main()<br>{<br>For(;
Q21: Array is an example of _ type