14. Given the following functions for Stack operation, please fill the blanks with correct statements.5ccbe118118e7.jpg

5ccbe12f797e7.jpg
(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

私人筆記 (共 1 筆)

私人筆記#4160154
未解鎖
Push. 完指標top +1,   c...
(共 90 字,隱藏中)
前往觀看
0
0