MCQOPTIONS
Saved Bookmarks
| 1. |
What does this declaration say? |
| A. | B is function which returns array of integers |
| B. | B is function which returns function pointer which in turn returns pointer to integer array |
| C. | B is pointer to the function which returns array of pointers |
| D. | B is pointer to the function which returns pointer to integer array |
| E. | None of these |
| Answer» E. None of these | |