注释(Comments)

  • 注释以字符 /* 开始,以 */ 结束。
  • 注释不能嵌套,也不能出现在字符串字面值或字符字面值中。

C89:

/* comment */

C99(C++ 风格):

// comment

results matching ""

    No results matching ""