+ 1
please explain why / * 1 * / is hidden for what it is not shown in the line
3 odpowiedzi
+ 4
that is a multiline comment tag you have the 1 surrounded in. The number 1 will not be seen by the compiler.
+ 1
actually when compiler compiles program then when he see /* then it ignores text until */ this is an multi line comment
0
Because the preprocesser deleted it before the compiler even gets the code