【名词&注释】
钢丝绳(wire rope)、数据结构(data structure)、先进先出(first in first out)、不均匀(uneven)、线性表(linear list)、随机存取(random access)、后进先出(lifo)
[单选题]在计算机的数据结构中,栈和队列是两种特殊的线性表,栈的特点是()。
A. 随机存取(random access) B. 先进先出 C. 后进先出(lifo) D. 栈内排序