A.2.2 Comments
The characters /* introduce a comment, which terminates with the characters */. Comments do not nest, and they do not occur within a string or character literals.
A.2.2 CommentsThe characters /* introduce a comment, which terminates with the characters */. Comments do not nest, and they do not occur within a string or character literals. |