下面定义符号常量p为3.14中正确的是 ( )
A、
#define p 3.14;
B、
#define p (3.14)


C、
#define p=3.14
D、
#define p 3.14
出自:商丘师范学院-C语言程序设计