1.

The following ‘C’ statement :int * f[ ]( );declares :

A. A function returning a pointer to an array of integers
B. Array of functions returning pointers to integers
C. A function returning an array of pointers to integers
D. An illegal statement
Answer» C. A function returning an array of pointers to integers


Discussion

No Comment Found