試卷名稱:108年 - 桃園高中 108 學年度第 1 次教師甄選資訊科#75927
年份:108年
科目:教甄◆資訊科技概論專業(電腦科)
14. Given the following functions for Stack operation, please fill the blanks with correct statements.
(A) code1: s[top++] , code2: s[top--]
(B) code1: s[++top] , code2: s[--top]
(C) code1: s[top++] , code2: s[--top]
(D) code1: s[++top] , code2: s[top--]