What is the meaning of int *x[]();?



What is the meaning of int *x[]();?..

Answer / guest

x is a pointer to an array of function which takes no
arguments and returns int

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


write c program to display output 10(10+20)+(10+20+30)+ ... n term

0 Answers   Hindustan Gum Chemicals,


What is a lvalue

0 Answers   Global Logic,


What is the need of structure in c?

0 Answers  


what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,






Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


What is pointer and structure in c?

0 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

0 Answers  


What is break statement?

0 Answers  


write a programe to find the factorial of given number using recursion

3 Answers  


write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,


diff between exptected result and requirement?

0 Answers   HCL,


Categories