Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

C comment

/* comments in c work like this */

/*they can be one line...*/

/*
...or
multiple
lines
*/

printf("Hello World"); /* you can comment in the same line with code */
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #C #comment
ADD COMMENT
Topic
Name
9+3 =