Answers for "multiline comment in C++"

C++
10

c++ comment

/* This is a comment */

/* C++ comments can also
   * span multiple lines
*/

/* Meowwwwww */
Posted by: Guest on February-23-2020
10

comment in c++

// This is a single one line comment

/*
multiline comment
*/
Posted by: Guest on July-18-2020
2

multiline comment in C++

/*
Multiline comments
like this
*/

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

c++ comment out multiple lines

Ctrl+Shift+/
Posted by: Guest on April-20-2021

Browse Popular Code Answers by Language