Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

commenting in c

#include stdio.h
int main(){
  printf("Only this code will be printed.");
//This is a single line comment.
/*
this is a multiple line 
comment
*/
}
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #commenting
ADD COMMENT
Topic
Name
4+1 =