1.

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» D. None of the mentioned


Discussion

No Comment Found

Related MCQs