Multiple Choice
What is maximum dimension that array can have in c programming?
A) 2
B) 4
C) Theoretically No Limit but practically limit depends on memory
D) 3
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: Address stored in the pointer variable is
Q24: Set of consecutive memory locations is called
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 _
Q29: What should be the output of below
Q30: which of the following is the best
Q31: () is used for _<br>A)function body<br>B)Arguments<br>C)Return type<br>D)Declaration
Q32: void main() {<br>Printf();<br>}<br>A)Run-Time Error<br>B)Compile-Time Error<br>C)none<br>D)all
Q33: If you pass an array as an