MCQOPTIONS
Saved Bookmarks
| 1. |
A function 'p' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as |
| A. | nt(*p(char *))[] |
| B. | nt *p(char *)[] |
| C. | nt (*p) (char *)[] |
| D. | one of these. |
| Answer» B. nt *p(char *)[] | |