Discussion :: Variable Number of Arguments
-
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 : Option C
Explanation :
There is no fixed argument in the definition fun()
Be The First To Comment