问题 填空题

在C语言中,如果下面的变量都是int类型,则输出的结果是______。
sum=pad=5;
pad=sum++,pad++,++pad;
printf("%d\n",pad );

答案

参考答案:G

单项选择题
单项选择题