[单选题]

设变量x和y均已正确定义并赋值,以下if语句中,在编译时将产生错误信息的是( )。

A.)if(x++);

B.if(x>y&&y!=0);

C.if(x>y) x- -

D.if(y<0) {;}

else y++; else x++;

参考答案与解析: