Multiple Choice
Smallest element of an array is called as _______.
A) Middle Bound
B) Range
C) Upper Bound
D) Lower Bound
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q16: Array with last element 'n' will always
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
Q22: Will compiler produce any compilation error if