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--]
答案:登入後查看
統計: A(17), B(18), C(40), D(13), E(0) #1989181
統計: A(17), B(18), C(40), D(13), E(0) #1989181