+ 6
Why in C, we have to start with #include <stdio.h> ?
Why ? Please reply...
4 ответов
+ 4
Oh, i se. Thank you for the answer CarrieForle.
I say thank you...
+ 4
Without I/O your program is almost useless to a user.
+ 3
To use input and output functions.
+ 2
Thank you for the answer Sonic...