Chitika

Friday, 3 January 2014

Ques 16-II-D-13

16. 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.

ANS-(B)

No comments:

Post a Comment