MCQOPTIONS
Saved Bookmarks
| 1. |
int (*fn_ptr)(int, int) = multi; |
| A. | int *fn_ptr(int, int) = multi; |
| B. | int *fn_ptr(int, int) = &multi; |
| C. | none of the mentioned |
| Answer» B. int *fn_ptr(int, int) = &multi; | |