Sail E0 Webinar
Question


What is x in the following program?


#include<stdio.h>
int main()
{
typedef char (*(*arrfptr[3])())[10];
arrfptr x;
return 0;
}
Options:
A .  x is a pointer
B .  x is an array of three pointer
C .  x is an array of three function pointers
D .  Error in x declaration
Answer: Option C



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers