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

A.S->elem[S->top]=e;S->top++; B.S->top++;S->elem[S->top]=e; C.S->elem[S->top]=e; D.S->top=e;

时间:2024-03-03 12:55:51

相似题目