当前位置:首页
> Luz 第6209页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:以下能对数组a进行正确初始化的语句是( )。
以下能对数组a进行正确初始化的语句是( )。 @[D](1)A. int a[2][3]={{1,2,3},{},{5,6,7}};B. int a[ ][ ]={{1,2,3},{3,4,5},{5,6,7}};C. int a[3…
单选题:C语言中,编程人员可以使用的合法标识符是( )。
C语言中,编程人员可以使用的合法标识符是( )。 @[A](1)A. x_1B. scanfC. -scanD. a+bA.x_1B.scanfC.-scanD.a+b答案:A…
单选题:若有说明语句:char c[]="\n",则c( )。
若有说明语句:char c[]="\n",则c( )。 @[B](1)A. 包含1个字符B. 包含2个字符C. 包含3个字符D. 长度不定A.包含1个字符B.包含2个字符C.包含3个字符D.长度不定答案:B…
单选题:Merge the two given skew heaps. Which one of the following state
Merge the two given skew heaps. Which one of the following statements is FALSE? @[C](2)A. $$B_1$$ $$B_2$$ $$B_3$$ $$B_5…
单选题:Which of the following binomial trees can represent a binomial q
Which of the following binomial trees can represent a binomial queue of size 141? @[A](1)A. $$B_0$$ $$B_2$$ $$B_3$$ $$B_…
单选题:Which one of the following statements is FALSE?
Which one of the following statements is FALSE? @[D](3)A. SAT, Vertex Cover, Hamiltonian Cycle, Clique, Knapsack, Bin Pa…
单选题:Which one of the following statements is FALSE?
Which one of the following statements is FALSE? @[A](3)A. A language $$L_1$$ is polynomial time transformable to $$L_2…