单项选择题

设有以下定义,则下面给出的语句中错误的是()
int a=0;
float b=1.25;
char c='A';
#define d 2

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