单选题
设有变量说明"int a,b;float x,y;",以下C++语句中存在语法错误的语句是________。
A、
y=x%a;
B、
y=x+++x;
C、
y=a+b>x+y?a:b;
D、
a=x+y;
【正确答案】
【答案解析】
提交答案
关闭