C Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 2)
2.
What does the following declaration mean?
int (*ptr)[10];
ptr is array of pointers to 10 integers
ptr is a pointer to an array of 10 integers
ptr is an array of 10 integers
ptr is an pointer to array
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
64 comments Page 7 of 7.

Dinesh Kumar Nayak said:   4 years ago
Agree, B is the right answer.
(3)

Ashik said:   5 years ago
Please explain in detail.
(1)

Kishor said:   8 years ago
Please explain me.

Goyal said:   1 decade ago
int(*ptr)[10]


Post your comments here:

Your comments will be displayed after verification.