MCQOPTIONS
Saved Bookmarks
| 1. |
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 pointer to integers |
| D. | an illegal statement |
| Answer» B. a function returning an array of pointers to integers | |