0
What's the work
#include and stdio.h
2 ответов
+ 1
#include is directive command for include other files into current one.
"stdio.h" is standard header file which contains input output related functions and macros, which we can use in our programs then.
Edit :
for more info
https://www.techonthenet.com/c_language/directives/include.php
Sagar Kumar 👍
you're welcome
0
Thanks boss