I don't understand sscanf in this lessons | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I don't understand sscanf in this lessons

Friend any one can help me in understanding sscanf

29th Oct 2020, 4:22 AM
Muhammad Kashif
Muhammad Kashif - avatar
1 Answer
+ 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)
29th Oct 2020, 5:10 AM
Arsenic
Arsenic - avatar