Hello Team,

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

Regards,
Suhail

Reply via email to