多项选择题

设有以下定义,则下面给出的语句中错误的是
int a=0; float b=1.25;char c='A';#define d 2
A、d++;
B、(a+b)++;
C、(-a)++;
D、(a+1)++;
E、a++;
F、b++;
G、c++;

微信扫码免费搜题