The comments are enclosed in '/*...*/' : Comments « Language « C Tutorial






#include <stdio.h>
main(){
  printf("Hi \n");  /* This is the comments.*/
}
Hi








1.15.Comments
1.15.1.Adding Comments
1.15.2.Using Comments to Disable
1.15.3.The comments are enclosed in '/*...*/'
1.15.4.The '//' is used as single line comment
1.15.5.Source code header comments