阿摩線上測驗 登入

試題詳解

試卷:114年 - [無官方正解]114 台灣聯合大學系統_學士班轉學生考試試題:計算機概論#137764 | 科目:研究所、轉學考(插大)、學士後-計算機概論

試卷資訊

試卷名稱:114年 - [無官方正解]114 台灣聯合大學系統_學士班轉學生考試試題:計算機概論#137764

年份:114年

科目:研究所、轉學考(插大)、學士後-計算機概論

22. What is the output of the following code?


(A) int: 5 double: 5 two ints: 5,15
(B) int: 5 double: 5.0 two ints: 5,15
(C) two ints: 5,10 double: 5.0 two ints: 5,15
(D) Run time error due incompatible type
(E) Compilation error due to ambiguous function call

正確答案:登入後查看