A.if(x%2!=0)x=0;elsex=; B.if(x%2)x=1;elsex=0 C.if(x%2==0)x=1;elsex=0 D.if(x%2==1)x=0;elsex=1
A.1 B.2 C.3 D.4
A.可以用length函数计算字符数组中字符串的长度 B.可以在赋值语句中通过赋值运算符"="对字符数组整体赋值 C.存放在字符数组中的字符串,以’\0’作为该字符串结束标志 D.字符数组只能存放字符串,不能存放字符
A.0 B.2+3=5 C.2+3=0 D.3+2=5
A.continue B.integer C.static D.signed
A.c B.b C.a D.d
s=15
A.当前工作目录下有test.txt文件,但test.txt文件太大 B.test.txt文件不能关闭 C.当前工作目录下没有test.txt文件 D.当前工作目录下有test.txt文件,但test.txt文件太小
7654321