<Apti
Code
/>
Back
Question 576: What is x in the following program?#include<stdio.h> int main() { typedef char (*(*arrfptr[3])())[10]; arrfptr x; return 0; }
tcs
wipro
infosys
general
aptitude
typedef
c-programming
No answer description is available.Let's discuss.
x is a pointer
x is an array of three pointer
x is an array of three function pointers
Error in x declaration
Submit Answer
Show Answer
Previous
Next