A-A+
A(71)is a data type whose major attributes are
问题详情
A(71)is a data type whose major attributes are determined by the rules governing the insertion and deletion of its elements. The only element that can be deleted or removed is the one that was inserted most(72). Such a structure is said to have a last-in/first-out(LIFO)behavior, or protocol.
A.stack
B.queues
C.pointer
D.record请帮忙给出正确答案和分析,谢谢!
参考答案
正确答案:A
解析:stack意为“堆,堆栈”;queues意为“队列”;pointer意为“指针”;record意为“记录”。答案为A。