若執(zhí)行下面的程序時從鍵盤上輸入5,則輸出是() main() { int x; scanf(""%d"",&x); if(x++>5) printf(""%d\n"",x); else printf(""%d\n"",x--);}
A.7 B.6 C.5 D.4
A.11 B.10 C.9 D.8
A.a的值是字符C B.a的值是浮點型 C.不允許字符型和浮點型相加 D.a的值是字符‘A’的ASCII值加上1