定义符号常量(宏定义)

符号常量的定义格式是:

(#)define 标识符 常量(并不需要括号)

习惯使用全部大写字母来命名符号常量,使用小写字母来命名变量。

posted on 2025-03-26 19:36  t-y-l  阅读(22)  评论(0)    收藏  举报