【单选题】
将100声明为符号常量NUM的正确的预处理命令是______

A、
define NUM 100

B、
define NUM 100;

C、
#define NUM 100

D、
#define NUM 100;
出自:兰州工业学院-计算机语言(C语言)