C/C++ comments format is ``` // inline comment /* block comment /* ``` but there is no inline comment and block is broken ``` /* block comment produced by commented */ */ /* line above is broken */ ```
C/C++ comments format is
but there is no inline comment and block is broken