Answers for "c++ comment out multiple lines"

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
1

c++ comment out multiple lines

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

Code answers related to "c++ comment out multiple lines"

Browse Popular Code Answers by Language