Q. What does the following declaration mean? int (*ptr) [10];
β
Correct Answer: (B)
ptr is a pointer to an array of 10 integers
You must be Logged in to update hint/solution