執(zhí)行下列語句的結果是() a=3; printf("%d,",++a); printf("%d",a++);
執(zhí)行下列語句后,z的值是(). intx=4,y=25,z=5; z=y/x*z;
若s是int型變量,且s=6,則下面表達式的值是() s%2+(s+1)%2