#define PRICE 30 main() { int num,total; num=10; total=num* PRICE; printf(“total=%d”,total); } ? 用标识符代表一个常量,称为符号常量。 ? 符号常量与变量不同,它的值在其作用域内不能改变