Friday, 5 June 2015

Q16,Paper 2,D13.What does the following declaration mean ? int (*ptr) [10];



(A) ptr is an array of pointers of 10 integers.
(B) ptr is a pointer to an array of 10 integers.
(C) ptr is an array of 10 integers.
(D) none of the above.
Answer B.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.