单项选择题
A.stackElem[0]B.stackElem[top]C.stackElem[top-1]D.top.data
A.需要判断栈是否为空B.无需对栈作任何判别C.需要判断栈元素的类型D.需要判断栈是否满
A.n-8+1B.8C.n-8-1D.n-8