网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
对一个栈顶指针为top的链栈进行入栈操作,通过指针变量p生成入栈结点,并给该结点赋值a,则执行:p=(structnode*)malloc(sizeof(structnode);p->data=a;和()。
A.p->next=top;p=top;
B.top->next=p;p=top;
C.p->nex=top;top=p;
D.top=top->next;pe=top;
参考答案
更多 “ 对一个栈顶指针为top的链栈进行入栈操作,通过指针变量p生成入栈结点,并给该结点赋值a,则执行:p=(structnode*)malloc(sizeof(structnode);p->data=a;和()。 A.p->next=top;p=top;B.top->next=p;p=top;C.p->nex=top;top=p;D.top=top->next;pe=top; ” 相关考题
考题
在一个栈顶指针为top的链栈中,将一个p指针所指的结点入栈,应执行()。
A.p->next=top;top=p;B.top->next=p;C.p->next=top->next;top=top->next;D.p->next=top->next;top->next=p;
考题
对一个栈顶指针为top的链栈进行入栈操作,通过指针变量p生成入栈结点,并给该结点赋值a,则执行:p=(structnode*)malloc(sizeof(structnode));p-data=a;和()。Ap-next=top;p=top;Btop-next=p;p=top;Cp-nex=top;top=p;Dtop=top-next;pe=top;
考题
设top是一个链栈的栈顶指针,栈中每个结点由一个数据域data和指针域next组成,设用x接收栈顶元素,则取栈顶元素的操作为()。Atop-data=x;Btop=top-next;Cx=top-data;Dx=top-data;top=top-next;
考题
在一个栈顶指针为top的链栈中,将一个p指针所指的结点入栈,应执行()。A p-next=top;top=p;B top-next=p;C p-next=top-next;top=top-next;D p-next=top-next;top-next=p;
考题
某链栈的栈顶指针为top,若向该栈中插入一个p所指结点,则执行______。A.p->next=top; top=top->next;B.top->next=p;C.p->next=top->next; top->next=p;D.p->next=top; top=p;
考题
假定一个链栈的栈顶指针用top表示,当p指向的结点进栈时,执行的操作为()。A.p->next=top; top=top->next;B.top=p; p->next=top;C.p->next=top->next; top->next=p ;D.p->next=top; top=p;
考题
【单选题】在一个栈顶指针为top的链栈中,将一个p指针所指的结点入栈,应执行()。A.top->next=p;B.p->next=top->next; top->next=p;C.p->next=top; top=p;D.p->next=top->next; top=top->next;
热门标签
最新试卷