判定一个顺序栈S(栈空间大小为n)为空的条件是()。

A、S->top==-1 B、S->top!=0 C、S->top==n D、S->top!=n

时间:2022-10-26 22:28:33 所属题库:数据结构题库

相似题目