—Dad,I'vepassedtheexam.
—____!
A.Nevermind
B.Goodluck
C.Welldone
D.Allright
第1题:
Dad ________ to us as soon as he arrives at Tibet.
A、write
B、wrote
C、will write
D、has written
第2题:
下列给定程序中,函数fun()的作用是:将字符串tt中的小写字母都改为对应的大写字母,其他字符不变。例如,若输入“edS,dAd”,则输出“EDS,DAD”。
请改正程序中的错误,使它能得到正确结果。
注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。
试题程序:
include <stdio.h>
include <string.h>
include <conlo.h>
/*************found*************/
char fun(char tt[ ])
{
int i;
for(i=0;tt[i];i++)
{
/*************found*************/
if((tt[i]>='A')&&(tt[i]<='2'))
tt[i]-=32;
}
return(tt);
}
main()
{
int i;
char tt[81];
clrscr();
printf("\nPlease enter a string:");
gets(tt);
printf("\nThe result string iS:/n%s", fun(tt));
}
第3题:
下列关系错误的是()
A.Φ = dQ / dt
B.E = dJ 2/ dt dA
C.L=dΦ / dA
D.I = dΦ / dΩ
第4题:
第5题:
【题目描述】
3.—Dad,I'vepassedtheexam.
—____!
A.Nevermind
B.Goodluck
C.Welldone
D.Allright
正确答案:C