答案查看网,轻松搜题/搜资源
登录
×
登录账号
记住密码
立即注册
忘记密码
×
注册
使用微信扫描二维码,获取账号密码后免费查看答案
前往登录
忘记密码
×
忘记密码
使用微信扫描下方二维码,即可找回您的账号密码
前往登录
立即注册
搜题/搜资源
【单选题】【消耗次数:1】
IlikewatchingTV_______tothecinema.
①
more than to go
②
more than going
③
than going
④
rather than to go
参考答案:
复制
纠错
➡️如需代学继续教育,请点击这里
相关题目
【单选题】
Some handicapped people may be ______ to go out at all and a visitor is more than welcome.
①
able
②
unable
③
disable
④
disabled
查看完整题目与答案
【单选题】
17.We`d rather stay at home than go to the cinema, _____?.
①
hadwe
②
hadn`twe
③
wouldn`twe
④
wouldwe
查看完整题目与答案
【单选题】
To answer correctly is more important than ____.
①
that you finish quickly
②
finishing quickly
③
to finish quickly
④
finish quickly
查看完整题目与答案
【单选题】
To answer correctly is more important than________.
①
that you finish quickly
②
finishing quickly
③
to finish quickly
④
finish quickly
查看完整题目与答案
【判断题】
Amy is more stronger than that girl.
①
正确
②
错误
查看完整题目与答案
【单选题】
Tom ____more than twenty pounds on the novel.
①
spent
②
paid
③
cost
④
took
查看完整题目与答案
【多选题】
Computers are __________ more efficient than human beings.
①
many
②
much
③
less
④
far
查看完整题目与答案
【单选题】
Tom ________ more than twenty pounds on the novel.
①
spent
②
paid
③
cost
④
took
查看完整题目与答案
【判断题】
My piano is more newer than his.
①
正确
②
错误
查看完整题目与答案
【单选题】
Hed had more than enough practice to become a(n ) ____.
①
special
②
skill
③
profession
④
expert
查看完整题目与答案
【单选题】
Modern ____ perhaps causes more problems than it solves.
①
technique
②
technology
③
tactics
④
tendency
查看完整题目与答案
随机题目
【单选题】
一个指针指向一个数据对象,它保存着该数据对象的地址,若数据对象为DataType类型,则该指针的类型为( )。
①
DataType*
②
DataType
③
DataType&
④
DataType**
查看完整题目与答案
【单选题】
假定p所指对象的值为25,p+1所指对象的值为42,则执行*p++运算后,p所指对象的值为( )。
①
25
②
42
③
26
④
43
查看完整题目与答案
【单选题】
在一个链表中,每个结点必然存在着一个指向自身结点类型的指针域,用来保存下一个结点的( )。
①
地址
②
值
③
名称
④
类型
查看完整题目与答案
【单选题】
一个指针指向一个数据对象,它保存着该数据对象的地址,若数据对象为DataType类型,则该指针的类型为( )。
①
DataType*
②
DataType
③
DataType
④
DataType**
查看完整题目与答案
【单选题】
带有随机函数的表达式rand()%20的值在( )区间内。
①
1~19
②
1~20
③
0~19
④
0~20
查看完整题目与答案
【单选题】
在函数体中又调用自身函数则称为( )调用。
①
非递归
②
直接递归
③
间接递归
④
末尾递归
查看完整题目与答案
【单选题】
在下面的( )函数声明语句存在语法错误。
①
AA(int a,int b);
②
AA(int,int)
③
AA(int a;int b)
④
AA(int a,int)
查看完整题目与答案
【单选题】
要把一个整形指针p转换为字符指针,则采用的强制转换表达式为( )。
①
(int*)p
②
(int)*p
③
(char*)p
④
(char)*p
查看完整题目与答案
【单选题】
假定一条定义语句为“int a[10],x,*pa=a;”,若要把数组a中下标为3的元素赋值给x,则不正确的语句为( )。
①
x=pa[3];
②
x=*(a+3);
③
x=a[3];
④
x=*pa+3;
查看完整题目与答案
【单选题】
假定p所指对象的值为25,p+1所指对象的值为42,则*p++的值为( )。
①
25
②
42
③
26
④
43
查看完整题目与答案