試卷名稱:110年 - 110學士後_醫學系︰計算機概論與程式設計#100246
年份:110年
科目:研究所、轉學考(插大)、學士後-計算機概論
23. The following is a C program code:
Which one of the following statements is CORRECT?
(A) When a=8, b=5, c=6, then A is 81, B is 5.
(B) When a=8, b=5, c=6, then A is 81, B is 6.
(C) When a=8, b=5, c=6, then A is 17, B is 5.
(D) When a=8, b=5, c=6, then A is 17, B is 6.
(E) When a=8, b=5, c=6, then A is 16, B is 6.