成人高等教育 / 数据结构
一个顺序栈S,其栈顶指针为top,则将元素e入栈的操作是( )
- A、
*S->top=e;S->top++
- B、
S->top++;*S->top=e
- C、
*S->top=e
- D、
S->top=e
参考答案:
佳题速递: