Mega Code Archive

 
Categories / C Tutorial / Statement
 

Each executable statement is terminated by

#include <stdio.h> main(){   printf("Hi \n"); } Hi