The statements are enclosed within a block marked by '{' and '}' : Statement « Statement « C Tutorial






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








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 ';'