Q. How many dimensions can an array in C have?
β
Correct Answer: (D)
Any number
Explanation: C allows arrays of any dimension (theoretically).