Sail E0 Webinar
Question
Which of the following correctly declares a pointer to an array of intergers in C?
Options:
A .  int * P [20]
B .  int * P
C .  int (* P) [20]
D .  int * (P [20])
Answer: Option C
Answer: (c).int (* P) [20]

Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers