Comment on the following C statement. int (*a)[7];
Posted: Wed Jul 13, 2022 7:54 pm
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