[单选题]
设有以下定义int a=0; double b=1.25; char c=’A’;#define d 2 则下面语句中错误的是
A.a++;
B.b++;
C.c++;
D.d++;
参考答案与解析: