Multiple Choice
In Array, There is one to one correspondence between set of ________ and set of values.
A) Indices
B) Variables
C) Constants
D) Memory Locations
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Size of void pointer is<br>A)1 byte<br>B)2 byte<br>C)3
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
Q16: Array with last element 'n' will always
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(;