Answers for "which of the following is used for comments in c++"

C++
2

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

comment in C++

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

Code answers related to "which of the following is used for comments in c++"

Browse Popular Code Answers by Language