试题详情
单项选择题对一个栈顶指针为top的链栈进行出栈操作,用变量e保存栈顶元素的值,则执行()。

A、e=top->next;top->data=e;

B、top=top->next;e=top->data;

C、e=top->data;top=top->next;

D、top=top->next;e=data;

  • C
  • 关注下方微信公众号,在线模考后查看

热门试题