Font size:
Print
Question:

What does the following declaration mean?

int(*ptr)[10];


1. ptr is array of pointers to 10 integers
2. ptr is a pointers to an array of 10 integers
3. ptr is an array of 10 integers
4. ptr is an pointers to array
Prev Question Which of the following statements are correct a...
Next Question A program P reads in 500 integers in the range ...