对下述程序的判断中,正确的是( )。
#include
main()
{ char*p ,s[256];
p=s ;
while(strcmp(s ,"the end"))
{ printf("Input the strin9 :");
gets(s);
while(*p)
putchar(*p++);
}}
C
暂无解析
下列关于索引的叙述中,错误的是 ______。
对于索引,正确的描述是 ______。
以下不能开启事件调度器的语句是 ______。
下列关于触发器的叙述中,错误的是 ______。
简单的交换排序方法是( )。