首页题库练习题目详情
C语言程序设计单选题中等

下列选项中,属于C语言中宏定义的是?

A#define PI 3.14159
Bint PI = 3.14159;
Cconst PI = 3.14159;
Ddefine PI 3.14159