单选题
在C语言中,如果下面的变量都是int类型,则输出的结果是( )。
sum=pad=5;
pAd=sum++,pad++,++pAd;
printf("/%d\n",pad);
A.7 B.6 C.5 D.4
A
B
C
D
【正确答案】
C
【答案解析】
提交答案
关闭