Answers for "c++ comment"

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
0

c++ comment

// Comment here
/*
	Comment
    Here...
*/
Posted by: Guest on April-08-2021

Browse Popular Code Answers by Language