单项选择题

设有定义int a=1;float f=1.2;charc='a';,则下列表示错误的是

A.++a;
B.f--;
C.c++;
D.8++;