Page 1 of 1

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

Posted: Thu Jul 14, 2022 9:07 am
by answerhappygod
a) An array “a” of pointers
b) A pointer “a” to an array
c) A ragged array
d) None of the mentioned