It’s a good idea ______ aloud in the morning.A: to readB: readC: readingD: reads

It’s a good idea ______ aloud in the morning.

A: to read

B: read

C: reading

D: reads


相关考题:

Jim told me that the book the teacher recommended was worth _________. A.readB.to readC.readingD.to be read

1. He used to _______in the sun,but now he is used to _______at night.A. read ; readB. reading ; readC. read; readingD. reading; reading

以下能将字符串“good!”正确地存放在字符数组s中,或使指针;能指向这个字符串的是(33)。A.char s[4]={'g','o','o','d','!')B.char s[5];s="good!";C.int s[5]="good!";D.char *s;s="good!:;

能正确进行字符串赋值、赋初值的语句组是()。 A、chars[5]={a,e,i,o,u};B、char*s;s=“good!“;C、chars[5]=“good!“;D、chars[5]=“good!“;

设s1="GOOD",s2="-",s3="BYE!",则s1、s2和s3连接后的结果是() A、"GOOD-BYE!"B、"GOODBYE!"C、"GOODBYE!"D、"GOODBYE"

The recent issue of this periodical is worth____. A、to readB、readC、readingD、being read

以下能正确进行字符串赋值、赋初值的语句是______。A.char s[5]:{'a','e','i','o','u'};B.char *s; s="good";C.char s[5]="good";D.char s[5]; s="good";

He was sitting in the chair, ______a book.A. readB. was readingC. readingD. with reading

2、在bash中,如果没有指定read后的变量名,则用户输入的内容会被保存在哪个变量中()。A.readB.READC.REPLYD.reply