单选题
以下程序的输出结果是______。
#include <stdio.h>
main()
{ int y=3, x=3, z=1;
printf("%d%d/n", (++x, y++), z+2);
}
A.34
B.42
C.43
D.33
A
B
C
D
【正确答案】
D
【答案解析】
提交答案
关闭