-->
当前位置:首页 > 题库

题库 第6569页

  • 最新
  • 浏览
  • 评论

若有定义:char ch='\105’;则变量ch中包含4个字符。

Luz5年前 (2021-05-10)4363
若有定义:char ch='\105’;则变量ch中包含4个字符。~@[](1)答案:FALSE…

在C语言中转义字符可以算是多个字符,如'\101’。

Luz5年前 (2021-05-10)5079
在C语言中转义字符可以算是多个字符,如'\101’。 ~@[](1)答案:FALSE…

语句`int *p;`和`printf("%d",*p);`中的*p含义相同。

Luz5年前 (2021-05-10)1898
语句`int *p;`和`printf("%d",*p);`中的*p含义相同。 ~@[](1)答案:FALSE…

$$(\log n)^2$$ is $$O(n)$$.

Luz5年前 (2021-05-10)930
$$(\log n)^2$$ is $$O(n)$$.~@[](2)答案:TRUE…

$$\sqrt n$$ is $$O(\log n)$$.

Luz5年前 (2021-05-10)827
$$\sqrt n$$ is $$O(\log n)$$.~@[](2)答案:FALSE…

Non recursive programs are generally faster than equivalent recu

Luz5年前 (2021-05-10)1763
Non recursive programs are generally faster than equivalent recursive programs. However, recursive programs are in gene…

If a directed graph G=(V, E) is weakly connected, then there mus

Luz5年前 (2021-05-10)2277
If a directed graph G=(V, E) is weakly connected, then there must be at least |V| edges in G.~@[](2)答案:FALSE…

For the extra space taken by an internal sorting algorithm, we h

Luz5年前 (2021-05-10)1030
For the extra space taken by an internal sorting algorithm, we have: heap sort ˂ quick sort ˂ merge sort.~@[](2)答案:TRUE…

For the extra space taken by an internal sorting algorithm, we h

Luz5年前 (2021-05-10)856
For the extra space taken by an internal sorting algorithm, we have: heap sort ˂ merge sort ˂ quick sort.~@[](2)答案:FALSE…

For the extra space taken by an internal sorting algorithm, we h

Luz5年前 (2021-05-10)930
For the extra space taken by an internal sorting algorithm, we have: heap sort ˃ merge sort ˃ quick sort.~@[](2)答案:FALSE…