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

以下哪项宏定义不正确?

A#define MAX(a, b) (a > b ? a : b)
B#define PI 3.14159
C#define CNT 10
D#define ADD(a, b) a + b