对下述程序的判断中,正确的是()。
#include
main()
{char*p,s[256];
p=s;
while(strcmp(s,"theend"))
{printf("Inputthestrin9:");
gets(s);
while(*p)
putchar(*p++);
}}
有以下程序:输出的结果是()。
#include<
structstu
{intnum;
charname[10]:
intage;}
voidfun(structstu*p)
{printf("%sn",(*p).name);}
tllain()
{
structstustudents[3]={{9801,"Zhang".20},
{9802,"Wang",19},{9803,"Zhao",18}}
fun(students+2);
}
以下程序的输出结果是()。
main()
{intRum=0;
while(num<=2)
{num++;
printf(”%dn”,num);
}
}
执行REVOKE语句的结果是______。
在MySQL中,NULL的含义是______。