【判断题】【消耗次数:1】
A semicolon is used to introduce a quotation or a statemetn.
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 Single quotation marks are used ot enclose a quotation within a quotation.
①  正确
②  错误
【判断题】 A comma is used to introduce an explanation, a summary, or an appositive.
①  正确
②  错误
【判断题】 The semicolon is used to separate a series of items with internal commas.
①  正确
②  错误
【判断题】 In English, the colon is used after the verb of saying and before a quotation.
①  正确
②  错误
【判断题】 The semicolon is used between two coordinate clauses which are not linked by a conjunction.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Computers are being used more and more extensively in the world today.
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”In fact, in the nineteen century people used to make gardens in the shape of a clock face.
①  正确
②  错误
【判断题】 A line is never begun with a comma, a period or a semicolon.
①  正确
②  错误
【判断题】 Before the conjunctive adverbs there should be a semicolon, not a comma.
①  正确
②  错误
【单选题】 -Let me introduce myself, I’m Albert. - ____.
①  Pleased to meet you.
②  I’m very pleased.
③  Its my pleasure.
④  What a pleasure.
随机题目
【单选题】 类的析构函数是对一个对象进行以下哪种操作时自动调用的是()
①  建立
②  撤销
③  赋值
④  引用
【单选题】 一个类可包含析构函数的个数是( )
①  0个
②  1个
③  至少一个
④  0个或多个
【单选题】 在C++语言中,数据封装要解决的问题是()
①  数据的规范化
②  便于数据转换
③  避免数据丢失
④  防止不同模块之间数据的非法访问
【单选题】 已知类A是类B的友元,类B是类C的友元,则()
①  类A一定是类C的友元
②  类C一定是类A的友元
③  类C的成员函数可以访问类B的对象的任何成员
④  类A的成员函数可以访问类B的对象的任何成员
【单选题】 下列函数不能和函数void print(char)构成重载的是( )
①  int print(int);
②  void print(char,char);
③  int print(char);
④  void print(int,int);
【单选题】 已知X类,则当程序执行到语句:X array[3];时,调用了( )次构造函数。
①  0
②  1
③  2
④  3
【单选题】 如果类A被说明成类B的友元,则()
①  类B不一定是类A的友元
②  类B的成员即类A的成员
③  类A的成员即类B的成员
④  类A的成员函数不得访问类B的成员
【单选题】 对C++中主函数描述正确的是
①  名称为main,可为多个
②  名称不限,可为多个
③  名称为main,必须有且只能有—个
④  名称不限,必须有且只能有—个
【单选题】 在C++中不返回任何类型的函数应该说明为()
①  int
②  char
③  void
④  double
【单选题】 使用地址作为实参传给形参,下列说法正确的是()
①  实参是形参的备份
②  实参与形参无联系
③  形参是实参的备份
④  实参与形参是同一对象