Mega Code Archive

 
Categories / C Tutorial / Language
 

The comments are enclosed in

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