Hello Team,
Could you tell me why the following result comes up.
Question
Sscanf(" 1234567 ", "%5s%d", &s, &i) //yields s=12345,i=67Regards, Suhail
Hello Team,
Could you tell me why the following result comes up.
Question
Sscanf(" 1234567 ", "%5s%d", &s, &i) //yields s=12345,i=67Regards, Suhail