What does space in scanf() exactly mean????
what's the difference between these two:
scanf("%d ", &num);
and
scanf("%d", &num);
THANKS
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: C_program
|
Click Here to Expand Forum to Full Width |