Page 1 of 1

Comment on the following C statement. int (*a)[7];

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) An array “a” of pointers
b) A pointer “a” to an array
c) A ragged array
d) None of the mentioned