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 is a buffer in c?

0 Answers  


Sir i need notes for structure,functions,pointers in c language can you help me please

0 Answers   TCS,


What does do in c?

0 Answers  


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


What is a symbolic constant?

1 Answers  






1 232 34543 4567654 can anyone tell me how to slove this c question

6 Answers  


Write a code on reverse string and its complexity.

0 Answers   Expedia,


What is pragma in c?

0 Answers  


prototype of sine function.

2 Answers   Cadence,


What is the difference between abs() and fabs() functions?

0 Answers  


What is p in text message?

0 Answers  


Why is c so powerful?

0 Answers  


Categories