+ 1
How to write another */ inside a comment.
Try writhing this:- /* The question is answer " */ " got it? */ For those who did not understand or this task seems easy. Here the comment ends at the */ resulting in compilation error just from the next word (").
5 odpowiedzi
+ 4
There is no way you can. The parser always reads */ first and stops at the first one encountered.
There is no way to skip the */ using a backslash, etc.
+ 1
No dude u didn't get it.
I asked how to write */ in a comment.
0
may be by writing this // */
0
@Rishab Ravat No you cannot use multiple comment statements within each other infact it will print // inside the comment.
- 1
/* comments here */
or
//coments here
//..........
//..............