Examveda
Examveda

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

A. An array "a" of pointers

B. A pointer "a" to an array

C. A ragged array

D. None of the mentioned

Answer: Option B


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer