题目内容

下列四个选项中,均是 C 语言关键字的选项是()

A. auto enum include
B. switch typedef continue
C. signed union scanf
D. if struct type

查看答案
更多问题

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

答案查题题库