當(dāng)a=1,b=2,c=3時(shí),執(zhí)行以下程序段后b=() if (a>c) b=a; a=c; c=b;
執(zhí)行下列語(yǔ)句的結(jié)果是() a=3;printf("%d,",++a);printf("%d",a++);