Please can anyone explain to me when a single or multi line is said to be nested | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please can anyone explain to me when a single or multi line is said to be nested

It's under the chapter titled comments

6th May 2020, 2:22 PM
Amadike Chidera
Amadike Chidera - avatar
3 Answers
+ 2
Please mention your programming language
6th May 2020, 2:25 PM
Souptik Nath
Souptik Nath - avatar
0
/* /* System.out.print(); */ System.out.print(); // the above line will not be commented */ /* // System.out.print(); */ You cannot have a multi line comment nested inside a multi line comment.
6th May 2020, 2:40 PM
Avinesh
Avinesh - avatar
0
tanxx a lot for the answers, I really appreciate them
6th May 2020, 5:39 PM
Amadike Chidera
Amadike Chidera - avatar