【判断题】半圆键可在键槽内摆动,以适应轮毂表面的变化,故一般情况下应优先选用半圆键。
【单选题】执行下列程序段运行结束后,消息框中的输出结果是 ( ) Dim z As Boolean x=Sqr(3) y=Sqr(2) z=x>y MsgBox z
【单选题】若已包括头文件<stdio.h>和<string.h>,运行下列程序段时输出结果是( )。 int i=0; char s1[10]='ABCD',s2[10]='EFG'; strcat(s1,S2); while(s2[i++]!='/0') s2[i]=s1[i]; puts(s2);
【单选题】若已包括头文件<stdio.h>和<string.h>,运行下列程序段时输出结果是( )。 int i=0 char s1[10]='ABCD',s2[10]='EFG' Strcat(s1,S2) while(s2[i++]!='/0') s2[i]=s1[i] puts(s2)
【简答题】运行下列程序段的输出结果是 ( )。 m='a'; do { printf("%c",m);} while(!m);
【单选题】设备内的滚珠丝杠螺母副一般采用( )防护方法。
【单选题】若已包括头文件<stdio.h>和<string.h>,运行下列程序段时输出结果是( )。 int i=0; char s1[10]='ABCD',s2[10]='EFG'; strcat(s1,s2); while(s2[i++]!='/0') s2[i]=s1[i]; puts(s2);