int (*p)[10]

  1. p is a pointer to a 10 element integer array

  2. p is a pointer to an integer quantity

  3. p is a 10-element array of pointers to an integer

  4. None of the above


Correct Option: A

Find more quizzes: