C - Arrays - Discussion

You Are Here :: Home > C > Arrays - Discussion

 



Q.

What does the following declaration mean?

int (*ptr)[10]

A. ptr is array of pointers to 10 integers B. ptr is a pointer to an array of 10 integers
C. ptr is an array of 10 integers D. ptr is an pointer to array

Answer: Option B
Explaination:

 


No Explanation








Discussion

Your Comments Goes here...
NameDiscussion