Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

C++ Single Line Comments

// declaring a variable
int a;

// initializing the variable 'a' with the value 2
a = 2;
 
PREVIOUS NEXT
Tagged: #Single #Line #Comments
ADD COMMENT
Topic
Name
4+3 =