pun.c
#include <stdio.h>
int main(void)
{
printf("To C, or not to C: that is the question.\\n");
return 0;
}
<stdio.h>
mean & do?void
to the int main(){}
function decleration?return 0;
in every main(){}
function?.c
code into an .exe
executable?