int main()It will work perfectly ,if you save the file. But the concept is that while compiling itself ,compiler includes stdio.h header file automatically.
{
printf("hi");
return 0;
}
Program without Header File
is it possible to run the program without header file? yes, it is possible. consider the following program.