Answers for "identify the correct way of writing a comment in c++ programming language"

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

Code answers related to "identify the correct way of writing a comment in c++ programming language"

Browse Popular Code Answers by Language