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(46), B(48), C(1065), D(142), E(0) #3010397
統計: A(46), B(48), C(1065), D(142), E(0) #3010397