以下程序段中的变量已定义为int类型,则sum=pAd

以下程序段中的变量已定义为int类型,则

sum=pAd=5;
pAd=sum++,++pAd,pAd++;
printf("%d\n",pAd);

程序段的输出结果是( )。 

答案
D

题目信息

题号:4732
题型:单选题
难度:普通