Vidyalelo
C Programming · Q63

Pointer

Programming · C Programming · question 63

Q63

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

A.
An array "a" of pointers
B.
A pointer "a" to an array
Answer
C.
A ragged array
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board