单项选择题一个栈的输入序列为1,2,3,4,下列选项中的______序列不可能是这个栈的输出序列。
单项选择题下列程序的输出结果是______。 #include <stdio. h> main ( ) int a,b,c=246; a=c 100%9; b=(-1)&&(-1); printf ( %d, %d n , a,b);