試卷名稱:111年 - 111 國立中山大學_學士後醫學系招生考試:計算機概論與程式設計#113521
年份:111年
科目:研究所、轉學考(插大)、學士後-計算機概論
78. Consider the following function and code segment.
After the call to me (j , k) ; what are the values of j and k?
(A) j = 5, k = 6 ;
(B) j = 10, k = 11;
(C) j = 5, k = 11;
(D) j = 10, k = 6 ;
(E) j = 10, k = 18;