Vidyalelo
C Programming · Q36

Arrays and Strings

Programming · C Programming · question 36

Q36

What is the maximum number of dimensions an array in C may have?

A.
2
B.
8
C.
20
D.
50
E.
Theoratically no limit. The only practical limits are memory size and compilers.
Answer

Answer: Option E

Solution

Answer: Option E
No explanation is given for this question Let's Discuss on Board