Examveda

What will be the output of the following C statement?
int sscanf(char *string, char *format, arg1, arg2, ...)

A. Scans the string according to the format in format and stores the resulting values through arg1, arg2, etc

B. The arguments arg1,arg2 etc must be pointers

C. Scans the string according to the format in format and stores the resulting values through arg1, arg2, etc, those arguments arg1,arg2 etc must be pointers

D. None of the mentioned

Answer: Option C


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output