Answers for "shortcut for comment 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

c++ comment

/* this is a comment. use /*
if you wanna close the comment. use this */
Posted by: Guest on February-11-2022

Browse Popular Code Answers by Language