Presentation Error

user01 Reply 9 years 24 weeks ago
Having difficulty with finding the presentation error
pichulia Reply 9 years 24 weeks ago
Try this data 999 abcd efgh If 2nd line start with space, this code will not print that space. Cause scanf("%d\n");. try scanf("%d");gets();