+ 3
Can we nest multiple line comments in a c++ code?
13 odpowiedzi
+ 3
Yes, you absolutely can. Multiple line comments in c++ begin with /* and end with */
For example:
/* This is a comment
that uses multiple
lines */
+ 2
Surely/* comments*/
+ 2
//single line comments
/*
Multiline comments
which can span over many lines
*/
0
hello
0
/*cmment*/
0
yes c++
0
Yes
0
Yes you can .. for example /* This is an example */
0
/* This is a comment*/
- 1
я чайник
- 1
Yes you can do that
- 1
/* */
- 1
Yes c++ /* */