23關於下列 C 語言中的有號短整數之處理,將產生何種輸出?
short s = 32768; printf("%hd %hd", s, ~s);
(A)-32768 32768
(B) 32768 32767
(C)-32768 32767
(D) 32767 32768
答案:登入後查看
統計: A(49), B(96), C(212), D(24), E(0) #2938985
統計: A(49), B(96), C(212), D(24), E(0) #2938985