

MCQOPTIONS
Saved Bookmarks
1. |
Point out the error in the following program.
#include
|
A. | Error: in int(*p)() = fun; |
B. | Error: fun() prototype not defined |
C. | No error |
D. | None of these |
Answer» C. No error | |