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 op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


What is the mean of function?

0 Answers  


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

0 Answers  


hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,






Differentiate call by value and call by reference?

0 Answers   Cyient,


Is array a primitive data type in c?

0 Answers  


disadvantages of realloc ?

1 Answers   HCL,


what is the defrenece between structure and union

5 Answers   Aloha Technology,


In which layer of the network datastructure format change is done

0 Answers   Honeywell,


what is ans for this scanf(%%d",c);

1 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


Categories