3) What is the maximum number of dimensions an array in C may have?
Answer is:
Theoretically no limit. The only practical limits are memory size and compilers
Related C Programming MCQ with Answers
Answer is:
&x[i-1] + sizeof (int)
Answer is: