通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
以下程序段中的变量已定义为int类型,则
sum=pAd=5; pAd=sum++,++pAd,pAd++; printf("%d\n",pAd);
程序段的输出结果是()。