Aug2016 cs Q12

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

  • Option : B
  • Explanation :
    int * f [ ] ( ); is an array of functions returning pointers to integers. For more information on pointers declaration Refer:How to declare a pointer to a function? So, option (B) is correct.
Cancel reply
Cancel reply