What's the work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's the work

#include and stdio.h

15th Aug 2020, 7:18 PM
Sagar Kumar
Sagar Kumar - avatar
2 Answers
+ 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
15th Aug 2020, 7:40 PM
Jayakrishna 🇮🇳
0
Thanks boss
15th Aug 2020, 7:56 PM
Sagar Kumar
Sagar Kumar - avatar