+ 5
Can we nest multi line comments in a C++ code?
Comments in C++ programming language
3 odpowiedzi
+ 10
/* Comment out printing of Hello world!
cout << "Hello world!"; // prints Hello world!
*/
+ 6
Try to do it.
+ 5
No. You must either start and end before existing comments or use #ifdef