Discussion :: Variable Number of Arguments
-
Point out the error in the following program.
#include
A.
Error: ptr has to be set at begining |
B.
Error: ptr must be type of va_list |
C.
Error: invalid access to list member |
D.
No error |
Answer : Option A
Explanation :
Using va_start(ptr, int);
Be The First To Comment