当前位置:首页
> Luz 第6726页
Luz 管理员
暂无介绍
89859 篇文章 33 次评论若有定义:char ch='\105’;则变量ch中包含4个字符。
若有定义:char ch='\105’;则变量ch中包含4个字符。~@[](1)答案:FALSE…
语句`int *p;`和`printf("%d",*p);`中的*p含义相同。
语句`int *p;`和`printf("%d",*p);`中的*p含义相同。 ~@[](1)答案:FALSE…
$$\sqrt n$$ is $$O(\log n)$$.
$$\sqrt n$$ is $$O(\log n)$$.~@[](2)答案:FALSE…
Non recursive programs are generally faster than equivalent recu
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
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
For the extra space taken by an internal sorting algorithm, we have: heap sort ˂ quick sort ˂ merge sort.~@[](2)答案:TRUE…