0
What is the main function of #include <Studio.h>
2 odpowiedzi
+ 1
it's #include <stdio.h>
std = standard
io= input output
so basically it's the standard library for the input and the output
0
its a library. in this library is stored all functions what you need in begining. (what your program needs in simple (basic) program).