Is the following statement a
declaration/definition. Find what does it mean?
int (*x)[10];
Answer
Definition.
Explanation: x is a pointer to array of(size 10) integers. Apply clock-wise rule to find the meaning of this definition.
Blog Author: Vijay Kumar
No comments:
Post a Comment