单项选择题
经过以下语句定义后,表达式z+=x>y?++x:++y的值为(). int x=1,y=2,z=3;
A.2 B.3 C.6 D.5
A.a*b/a*b==1 B.a/b*b/a==1 C.a/b*b+a%b==a D.a/b*b==a
A.< B.> C.>= D.!