单项选择题

设有以下定义
int a=0; double b=1.25; charc c='A';
#define d 2
则下面语句中错误的是

A.a++;
B.b++;
C.c++;
D.d++;