Answers for "c++ make comment appear in function"

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

add comment in c/c++

/* This is a comment */

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

Browse Popular Code Answers by Language