单项选择题

已知有定义    constintD=5;    inti=1;    doublef=0.32;    charc=15;  则下列选项错误的是

A.++i;
B.D--;
C.c++;
D.--f;