题目内容

程序中若有如下说明和定义语句
char fun(char*);
main()
{
char*s="one",a[5]={0},(*f1)()=fun,ch;
……
}
以下选项中对函数fun的正确调用语句是

A. (*f1)(A) ;
B. *f1(*s);
C. fun(&A) ;
D. ch=*f1(s);

查看答案
更多问题

【C2】

A. packing
B. wrapping
C. binding
D. filling

听力原文:M: How long will the party last? I've got a meeting to attend at 4:00 pm.
W: You'll be all fight. The host will have an appointment at 3:00 pm.
Q: What do we learn about the man?
(16)

A. He'll miss the meeting that afternoon.
B. He won't miss the meeting.
C. He can't have an appointment with the host.
D. He is a hardworking man.

【C3】

A. solve
B. manage
C. handle
D. deal

【C20】

A. another
B. other
C. else
D. more

答案查题题库