23) The maximum number of dimension an array can have in C is
Answer is:
compiler dependent
Related C Programming MCQ with Answers
Answer is:
All of the above
Explanation:
The size of an one-dimensional array need not be specified
* when initialization is a part of definition
* when it is a declaration
* when it is a formal parameter and an actual argument
Answer is:
the first (row) subscript may be left empty
Answer is: