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