Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

comment in c++

//one line comment

/* The code below will print the words Hello World!
to the screen, and it is amazing */
cout << "Hello World!";
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #comment
ADD COMMENT
Topic
Name
2+2 =