END
END试验
IF„;„;END;IF;是()。(华中系统)
A:赋值语句 B:条件判别语句 C:循环语句 D:无条件转移语句
有以下程序
#include <stdio.h>
void WriteStr(char *fn, char *str)
FILE *fp;
fp=fopen(fn,"w"); fputs(str,fp);fclose(fp);
main( )
WriteStr("t1.dat","start");
WriteStr("t1.dat","end");
程序运行后,文件t1.dat中的内容是
A:start B:end C:startend D:endrt
在汇编语言程序中,下面关于END语句的叙述正确的是
A:END 语句表示子程序执行到此结束 B:END 语句在汇编后要产生机器码 C:END 语句是可执行语句 D:END 语句表示源程序到此结束
end user
--Shall I sit at this end of the boat or the other end --If you keep still, you can sit at()end.
A:neither B:each C:either D:any
—Shall I sit at this end of the boat or the other end —If you keep still, you can sit at()end.
A:neither B:each C:either D:any