A few days later I found myself ________about what to do next.
A terrifying
B terrified
C havingterrified
D beenterrified
第1题:
A、are; doing
B、do; you
C、will; do
D、will; be doing
第2题:
以下程序可把输入的十进制数以十六进制数的形式输出。
请在横线上填上适当的内容并把横线删除,使它能得出正确的结果。
注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。
试题程序;
main ()
{
char b[17]={"0123456789ABCDEF"};
int c[64] ,d,i=0,base=16;
long n;
printf("Enter a number:\n");
scanf ("%ld", &n);
do {
/*****************found****************/
c[i]=______; i++; n=n/base; }
while (n!=0);
printf("Transmite new base:\n");
for(--i;i>=0;--i)
/***************found*******************/
{ d=c[i];printf("%c",b______);}
printf("\n");
}
第3题:
A:What’s the extent of the delay? B: ( )
A.BeiJing
B.apron
C.About 2 hours
D.bullet
第4题:
A. is
B. does
C. Do
第5题:
A.Nice and cool
B.The weather forecast says it’s fine
C.About 18 degrees
D. Sure, it’s sunny
第6题: