Answers for "How do you comment multiple lines in C++?"

C++
2

multiline comment in C++

/*
Multiline comments
like this
*/

Statement out of multiline comment
Posted by: Guest on June-23-2021
1

c++ comment out multiple lines

Ctrl+Shift+/
Posted by: Guest on April-20-2021

Code answers related to "How do you comment multiple lines in C++?"

Browse Popular Code Answers by Language