R

Ram Sharma • 193.86K Points
Coach

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

  • (A) a function returning a pointer to an array of integers.
  • (B) a function returning an array of pointers to integers.
  • (C) array of functions returning pointers to integers.
  • (D) an illegal statement.

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.