设有定义和声明如下:
#define d 2
int a=3 ; float b=3.14; char c=.d.;
下面表达式中有语法错误的是( )

A、
a++
B、
b++
C、
c++
D、
d++
出自:商丘师范学院-C语言程序设计