Advertisement

Program for Single Line Comment ?

 Program for single line comment

  #include<stdio.h>
  void main()
{  //printf("This will not print");
    printf("This will print");
}

Post a Comment

0 Comments