試卷名稱:114年 - [無官方正解]114 台灣聯合大學系統_學士班轉學生考試試題:計算機概論#137764
年份:114年
科目:研究所、轉學考(插大)、學士後-計算機概論
23. What is the output of the following code?
(A) const ref: 5 const ref: 105
(B) ref: 5 ref: 10 100
(C) ref: 5 const ref: 10 100
(D) const ref: 5 ref: 10 5
(E) Compilation error