英语中比较正式的问候语是()。
A.Good morning!
B.Morning!
C.Hello!
D.Good afternoon!
第1题:
有以下程序 #include<stdio.h> void fun(char**p) {++p;printf("%s",*p);} main {char*a[]={"Morning","Afternoon","Evening"," Night"); fun(a); } 程序的运行结果是( )。
A.Afternoon
B.fternoon
C.Morning
D.orning
第2题:
有以下程序
#include<stdio.h>
void fun(char **p)
{
++p; printf(“%s\n”,*p);
}
main()
{
char *a[]={“Morning”,”Afternoon”,”Evening”,”Night”};
fun(
A.;
}
程序的运行结果是( )。
A.Afternoon
B.fternoon
C.Morning
D.orning
第3题:
下面语句执行后,变量w中的值是____。 w=Choose(2 , "Morning", "Afternoon", "Day", "Night",)
A.Morning
B.Afternoon
C.Day
D.Night
第4题:
有以下程序
#include<stdio.h>
void fun(char**p)
{++p;printf("%s",*p);}
main
{char*a[]={"Morning","Afternoon","Evening"," Night");
fun(a);
}
程序的运行结果是( )。
A.A.Afternoon
B.fternoon
C.Morning
D.orning
第5题:
在接听酒店外线电话,且对方是说英语的客人,我们该如何应对?
A.Good morning /afternoon/ evening.#B.Hello, this is XX hotel.#C.Morning, what can I do for you?#D.Good morning /afternoon/ evening, XXX hotel. Thanks for your calling. How may I assist you?