sscanf needs to take its input from a string..
what is the meaning of this
Code:
sscanf(%s%s%s,s1,s2,s3);
how it differs from a normal scanf
??