单项选择题
DOS命令“COPY /”的功能是( )。
A.将当前盘当前目录中的所有文件复制到当前盘的根目录下
B.将当前盘当前目录中所有以单个字符命名的文件复制到当前盘的根目录下
C.以提示方式复制文件
D.显示COPY命令的帮助信息
点击查看答案
<上一题
目录
下一题>
热门
试题
单项选择题
以下选项中不能正确把c1定义成结构体变量的是( )。
A.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;
B.struct color cl { int red; int green; int blue; }
C.struct color { int red; int green; int blue; } cl;
D.struct { int red; int green; int blue; } cl;
点击查看答案
单项选择题
有以下程序main( ){ char k; int I;for(i=1;i<3;i++){ scanf(“%c”,&k);switch(k){ case ‘0’: printf(“another n”);case ‘1’: printf(“number n”); } } }程序运行时,从键盘输入:01,程序执行后的输出结果是( )。
A.another number
B.another number another
C.another number number
D.number number
点击查看答案
相关试题
当执行以下程序时,输入123456789...
以下程序运行后的输出结果是【 】。main(...
Windows窗口一般由标题栏、菜单栏、控制按...
以下程序运行后的输出结果【 】。struct ...
以下程序运行后的输出结果是【 】。main(...