一个顺序栈S,其栈顶指针为top,则将元素e入栈的操作是()。

A、*S->top=e;S->top++; B、S->top++;*S->top=e; C、*S->top=e D、S->top=e;

时间:2022-10-18 11:48:00 所属题库:数据结构题库

相似题目