

MCQOPTIONS
Saved Bookmarks
1. |
Point out the error in the following program.
#include
|
A. | Error: fun() needs return type |
B. | Error: ptr Lvalue required |
C. | Error: Invalid declaration of fun(...) |
D. | No error |
Answer» D. No error | |