Answers for "single line comment syntax in c++"

C++
2

multiline comment in C++

/*
Multiline comments
like this
*/

Statement out of multiline comment
Posted by: Guest on June-23-2021
1

how to make a comment in c++

//This is a single line comment in C++.

/*
This
is a 
multiline comment
*/
Posted by: Guest on May-31-2021

Code answers related to "single line comment syntax in c++"

Browse Popular Code Answers by Language