Each executable statement is terminated by ';' : Statement « Statement « C Tutorial






#include <stdio.h>

main(){
  printf("Hi \n");
}
Hi








6.2.Statement
6.2.1.The statements are enclosed within a block marked by '{' and '}'
6.2.2.Each executable statement is terminated by ';'