属于尺寸指令的为()。
A.G92
B.M03
C.F200
D.X100
参考答案:D
微波终端站的作用是什么?
有以下程序 #include<string.h> #include<iostream.h> void main( ) char *p="abcde\0fghjik\0"; cout < < strlen(p); 程序运行后的输出结果是
A.12
B.15
C.6
D.5