<still under construction>
stdio.h is a header file; contains printf function
#include <stdio.h>
int main (void)
{
printf ("hello, world\n"); #
return 0; #
}
<still under construction>
stdio.h is a header file; contains printf function
#include <stdio.h>
int main (void)
{
printf ("hello, world\n"); #
return 0; #
}