Answers for "comments in c++"

C++
1

comment in c++

// 1.This is a single line comment

/* 2. This is a
	multi-line comment */
Posted by: Guest on May-29-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
0

c++ comment

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

add comment in c/c++

/* This is a comment */

/* C++ comments can also
   * span multiple lines
*/
Posted by: Guest on October-28-2021
0

comment in C++

// This is a Comment
/*
This is a Comment
*
Posted by: Guest on August-23-2021
0

how to writte comment in c++

// coment here.
Posted by: Guest on August-03-2021

Browse Popular Code Answers by Language