please explain why / * 1 * / is hidden for what it is not shown in the line | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

please explain why / * 1 * / is hidden for what it is not shown in the line

12th Feb 2018, 6:28 PM
Scvidvard
Scvidvard - avatar
3 Answers
+ 4
that is a multiline comment tag you have the 1 surrounded in. The number 1 will not be seen by the compiler.
12th Feb 2018, 8:38 PM
Tim Millar
Tim Millar - avatar
+ 1
actually when compiler compiles program then when he see /* then it ignores text until */ this is an multi line comment
13th Feb 2018, 7:52 AM
Shailesh Kadam
Shailesh Kadam - avatar
0
Because the preprocesser deleted it before the compiler even gets the code
12th Feb 2018, 7:49 PM
Alex
Alex - avatar