16. 在堆疊(Stack)結構上,依序存取資料如下: push(‘A’)→push(‘B’)→pop()→pop()→push(‘C’)→push(‘D’)→pop()→pop()
請問最後1次pop()所得之內容為何?
(A) ‘A’
(B) ‘B’
(C) ‘C’
(D) ‘D’
答案:登入後查看
統計: A(43), B(47), C(1003), D(136), E(0) #3010397
統計: A(43), B(47), C(1003), D(136), E(0) #3010397