Answers for "how to comment a whole section of code 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

how to writte comment in c++

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

Code answers related to "how to comment a whole section of code in c++"

Browse Popular Code Answers by Language