网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
使用“typedefintInteger;”语句把标识符Integer定义为一个()。

A、整数变量

B、整数类型

C、数组变量

D、数组类型


参考答案

更多 “ 使用“typedefintInteger;”语句把标识符Integer定义为一个()。 A、整数变量B、整数类型C、数组变量D、数组类型 ” 相关考题
考题 使用“typedefintABC[10];”语句把标识符ABC定义为()。 A、简单变量B、符号常量C、整型数组类型D、字符数组

考题 以下叙述正确的是______。A.可以把define和if定义为用户标识符B.可以把define定义为用户标识符,但不能把if定义为用户标识符C.可以把if定义为用户标识符,但不能把define定义为用户标识符D.define和if都不能定义为用户标识符

考题 若需要定义一个标识符常量,并且使得C++能够进行类型检查,则应在定义语句的开始使用保留字【 】。

考题 定义一个List对象list,使用ArrayList的构造方法进行初始化,并且要求list中必须全部存放Integer类型的对象,以下语句正确的是()。A.List list = new ArrayList<Integer>();B.List list = new ArrayList ();C.List<Integer> list = new ArrayList<Integer>();D.ArrayList<Integer> list = new List<Integer>();

考题 定义一个List对象list,使用ArrayList的构造方法进行初始化,并且要求list中必须全部存放Integer类型的对象,以下语句正确的是()。A.List list = new ArrayList ();B.List list = new ArrayList<Integer>();C.ArrayList<Integer> list = new List<Integer>();D.List<Integer> list = new ArrayList<Integer>();

考题 以下叙述正确的是()。A.可以把if定义为用户标识符,但不能把define定义为用户标识符B.可以把define定义为用户标识符,但不能把if定义为用户标识符C.可以把define和if定义为用户标识符D.define和if都不能定义为用户标识符

考题 下面叙述中正确的是()。A.可以把define和if定义为用户标识符B.可以把define定义为用户标识符,但不能把if定义为用户标识符C.可以把if定义为用户标识符,但不能把define定义为用户标识符D.define和if都不能定义为用户标识符

考题 49、使用const语句定义一个标识符常量时,则必须对它同时进行初始化。

考题 定义一个List对象list,使用ArrayList的构造方法进行初始化,并且要求list中必须全部存放Integer类型的对象,以下语句正确的是()。A.List list = new ArrayList ();B.List list = new ArrayList<Integer>();C.List<Integer> list = new ArrayList<Integer>();D.ArrayList<Integer> list = new List<Integer>();