• 2022-06-15
    经过以下栈的操作后,变量x的值为( )。 InitStack(st); Push(st,a); Push(st,b); Pop(st, x); GetTop(st, x);
    A: a
    B:
    C: NULL
    D: false
  • A

    内容

    • 0

      在经过以下栈的操作后,变量x的值为()<br/>InitStack(s); Push(st,a); Push(st,b); Pop(st,x); Top(st,x); A: a B: b

    • 1

      经过以下栈的操作后,isEmpty(st)的返回值为()。initStack(st);push(st,a);push(st,b);pop(st,x);pop(st,y); A: a B: b C: 1 D: 0

    • 2

      经过下列栈的操作后,变量x的值为( )InitialStack(S); Push(S, a); Push(S, b); Pop(S, x); GetTop(S, x); A: FALSE B: NULL C: a D: b

    • 3

      经过以下运算后, x的值是 _______。InitStack (s); Push(s, a); Push(s, b); Pop(s, x); GetTop(s,x)

    • 4

      经过以下栈运算后,x的值是InitStack(s);Push(s,d);Push(s,e);Pop(s,x);Pop(s,x);GetTop(s,x); A: d B: e C: x D: s