Comment on the following statement: int (*a)[7];
Posted: Thu Jul 14, 2022 9:07 am
a) An array “a” of pointers
b) A pointer “a” to an array
c) A ragged array
d) None of the mentioned
b) A pointer “a” to an array
c) A ragged array
d) None of the mentioned