关于下列说法,哪项是错误的
A
暂无解析
下列程序的输出结果是()。
intfl(intx,inty){returnx>y?x:y;)
intf2(intx,inty){returnx>y?y:x;}
main()
{inta=4,b=3,c=5,d=2,e,f,g;
e=f2(f1(a,b),f1(c,d));
f=f1(f2(a,b),f2(c,d));
g=a+b+c+d-e-f;
printf("%d,%d,%dn",e,f,g);}
对下述程序的判断中,正确的是()。
#include
main()
{char*p,s[256];
p=s;
while(strcmp(s,"theend"))
{printf("Inputthestrin9:");
gets(s);
while(*p)
putchar(*p++);
}}
在GRANT授权语句中,WITHGRANTOPTION的含义是______。
在HTML文档中用于表示页面标题的标记对是______。