Multiple Choice
Set of consecutive memory locations is called as ________.
A) Function
B) Array
C) Loop
D) Pointer
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q23: Address stored in the pointer variable is
Q25: What is output of below program?<br>Int main()<br>{<br>Int
Q26: What is the following is invalid header
Q27: Pointer variable is declared using preceding _
Q28: What is maximum dimension that array can
Q29: What should be the output of below