-->
当前位置:首页 > Luz 第5906页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:以下叙述中不正确的是 ()。

Luz5年前 (2021-05-10)701
以下叙述中不正确的是 ()。 @[B](2)A. 表达式 a&=b等价于 a=a&b B. 表达式 a!=b 等价于 a=a!bC. 表达式 a|=b 等价于 a=a|bD. 表达式 a^=b 等价于a=a^bA.表达式 a&=b等价于…

单选题:以下错误的字符数组的赋值方式是:

Luz5年前 (2021-05-10)2334
以下错误的字符数组的赋值方式是: @[C](2)A. char string[]=“I am a student.”; B. const char *p=“I am a student”; C. char str[20]; str=“…

单选题:若已定义a为int型变量,则对p的说明和初始化正确的是________

Luz5年前 (2021-05-10)956
若已定义a为int型变量,则对p的说明和初始化正确的是________ @[D](2)A. int *p=a;B. int p=a;C. int *p=*a;D. int *p=&a;A.int *p=a;B.int p=a;C.int…

单选题:在“文件包含”预处理语句的使用过程中,当#include后面的文件名用双引号括起来时,寻找被包含文件的方式是( )。

Luz5年前 (2021-05-10)3966
在“文件包含”预处理语句的使用过程中,当#include后面的文件名用双引号括起来时,寻找被包含文件的方式是( )。 @[B](1)A. 直接按系统设定的标准方式搜索目录B. 先在源程序所在目录搜索,再按系统设定的标准方式搜索C.…

单选题:下列选项中,()可以准确地获取请求页面的一个文本框的输入(文本框名称为name)

Luz5年前 (2021-05-10)1341
下列选项中,()可以准确地获取请求页面的一个文本框的输入(文本框名称为name) @[B](2)A. request.getParameter(name)B. request.getParameter("name")C. request.…

单选题:以下哪个选项中的`p`不是指针:

Luz5年前 (2021-05-10)1578
以下哪个选项中的`p`不是指针: @[C](2)A. `int **p;`B. `int (*p)[5];`C. `int *p[6];`D. ```struct Stu{ char name[20]; int age;}*…

单选题:The following is the part of depth-first search tree to find the

Luz5年前 (2021-05-10)770
The following is the part of depth-first search tree to find the articulation points, and the Num(v) value has been mark…

单选题:Which one of the following is the expression tree corresponding

Luz5年前 (2021-05-10)621
Which one of the following is the expression tree corresponding to the postfix expression `aef*+bc*+ `? @[A](3)A. ![40b…

单选题:用有向无环图描述表达式 $$(x+y)*((x+y)/x)$$,需要的顶点个数至少是:

Luz5年前 (2021-05-10)1538
用有向无环图描述表达式 $$(x+y)*((x+y)/x)$$,需要的顶点个数至少是:@[A](2)A. 5B. 6C. 8D. 9A.5B.6C.8D.9答案:A…

单选题:具有 100 个顶点和 12 条边的无向图至多有多少个连通分量?

Luz5年前 (2021-05-10)2672
具有 100 个顶点和 12 条边的无向图至多有多少个连通分量? @[D](2)A. 87B. 88C. 94D. 95A.87B.88C.94D.95答案:D…