题目内容

读程序,写出运行结果。#include main( ){ int a=1,b=0;scanf("%d",&a);switch(a){case 1: b=1;break;case 2: b=2;break;default : b=10;}printf("%d ", b);}若键盘输入7,运运行结果为:_________________

查看答案
更多问题

设栈的输入序列是1,2,3,4,则( )不可能是其出栈序列。【中科院计算所2000一、10(2分)】

A. 1,2,4,3
B. 2,1,3,4,
C. 1,4,3,2,
D. 4,3,1,2,

设计一个判别表达式中左、右括号是否配对出现的算法,采用______数据结构最佳。

A. 线性表
B. 栈
C. 队列
D. 树

对栈中元素进行入栈操作时,先_______后_______(top加1/放元素)。

在作进栈操作时应先判别栈是否______(空/满);在作出栈操作时应先判别栈是否______(空/满)。

答案查题题库