找考题网-背景图
单项选择题

阅读以下程序,以下哪项是它的运行结果?()void main(){int x=2,y=1;y+=x;printf("%d",y);}

A.1
B.2
C.3
D.y