Answers for "which of the following comment syntax is correct to create a single-line comment in the c++ program"

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++ single comment

//single comment

use comments to remember code
Posted by: Guest on February-14-2022

Code answers related to "which of the following comment syntax is correct to create a single-line comment in the c++ program"

Browse Popular Code Answers by Language