【单选题】【消耗次数:1】
Hello, may I talk to the headmaster now?
Sorry, he is busy at the moment
No, you can’t
Sorry, you can’t
I don’t know
参考答案:
复制
纠错
相关题目
【单选题】 Sorry, I can’t find the books you asked for.____________
①  Don’t mention it.
②  It’s your fault.
③  Thanks anyway.
④  I won’t forgive you.
【单选题】 -Hello, may I talk to the headmaster now?-______________
①  Sorry, you can’t.
②  No, you cant.
③  Sorry,he is busy at the moment.
④  I dont think so.
【单选题】 A: Hello, may I talk to the headmaster now? B: [填空].
①  Sorry, he is busy at the moment
②  No, you cant
③  Sorry, you cant
④  I dont know
【单选题】 13.Don’t ______ to let me know if there’s anything I can do for you.
①  thrill
②  hesitate
③  reject
④  puzzle
【单选题】 6. Don’t_________to 1et me know if there s anything I can do for you.
①  hesitate
②  reject
③  puzz1e
④  thrill
【判断题】 I don’t know what you are talking about.
①  正确
②  错误
【单选题】 I don’t think you can work out the maths problem ___ her help.
①  since
②  unless
③  with
④  without
【单选题】 I don’t want to talk about it now. I’m not in the __________ .
①  feeling
②  attitude
③  emotion
④  mood
【单选题】 I don’t know you want to keep the letter, I’ve _____it up.
①  torn
②  given
③  broken
④  disposed
【单选题】 If you don’t go, ____ I.
①  nor shall
②  so don’t
③  neither do
④  so do
随机题目
【简答题】 #includestdio.hint main(){int a[10]={0,1,2,3,4,5,6,7,8,9};int *p;p=a;printf(%d\n,*p);p++;printf(%d\n,*p);}程序输出结果为[填空1]和[填空2]。
【简答题】 [ ]在C语言中被称为[填空1]运算符。
【简答题】 直接按变量名进行的访问,称为[填空1]访问。
【简答题】 如果有一个变量专门用来存放另一变量的地址,则它称为[填空1]。
【简答题】 int a[10]={0,1,2,3,4,5,6,7,8,9};int *p;int i;p=a;printf(%d\n,*p++);printf(%d\n,*++p);程序输出结果为[填空1]和[填空2]。
【简答题】 #include stdio.hint main(){char string[]=I love China! printf(%s\n,string); printf(%c\n,string[7]); return 0;}以上程序运行结果为[填空1]。
【简答题】 若有p=*p=1,则a的值是[填空1]。
【简答题】 #include stdio.hint main(){void swap(int *p1,int *p2);int a,b;int*pointer_1,*pointer_2;printf(please enter a and b:scanf(%d,%d,a,pointer_1=pointer_2=if(ab) swap(pointer_1,pointer_2);printf(%d,%d\n,a,b);return 0;} void swap(int *p1,int *p2){int * temp;temp=p1;p1=p2;p2=temp;}若输入5,9,则输出为[填空1]。
【判断题】 可以用下标法引用一个数组元素,也可以用指针法引用一个数组元素。
①  正确
②  错误
【判断题】 一个变量的指针的含义包括两个方面,一是以存储单元编号表示的纯地址,一是它指向的存储单元的数据类型。
①  正确
②  错误