+ 1
I don't understand sscanf in this lessons
Friend any one can help me in understanding sscanf
3 Answers
+ 4
Example SYNTAX :-
sscanf(S1,"%s",S2)
sscanf() in C is simply a scanf() function which instead of reading from the console input(most likely your keyboard) reads it from a string( S1 in the syntax)