Sail E0 Webinar
Question

What is meaning of following declaration?
int(*p[5])();


Options:
A .  p is pointer to function.
B .  p is array of pointer to function.
C .  p is pointer to such function which return type is array.
D .  p is pointer to array of function.
Answer: Option B

In the above declaration the variable p is array not pointer.



Was this answer helpful ?

Submit Solution

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

Latest Videos

Latest Test Papers