Q63
Comment on the following C statement. int (*a)[7];
A.
An array "a" of pointers
B.
A pointer "a" to an array
AnswerC.
A ragged array
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board