题目内容

C 语言中 ,switch 后的括号内表达式的值可以是

A. 只能为整型
B. 只能为整型 ,字符型 ,枚举型
C. 只能为整型和字符型
D. 任何类型

查看答案
更多问题

# include int main(){int a = 4;switch(a > 5){case 0:printf("this is 0\n");break;case 1:printf("this is 1\n");break;case 2:printf("this is 2\n");break;default:printf("this is default\n");}return 0;}写出该程序的输出

加盐保藏蔬菜表述为:

A. pickling
B. fermentation
C. dehydration
D. canning

下面哪些词汇表示“抑制”:

A. suppress
B. inhibit
C. decrease
D. interference

第一代——( )计算机时代(1946~1957年)

答案查题题库