Home / Report Question

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.

Correct Answer: A