题目

有以下程序 #include  void main() {  unsigned char a=8, c;  c = a>>3;  printf("%d",c); } 程序运行后的输出结果是(  )。

A、32

B、16

C、1

D、0

提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
相关试题

Which statement is true about assertion in the Java programming language?()  

A、 Assertion expressions should not contain side effects.

B、 Assertion expression values can be any primitive type.

C、 Assertion should be used for enforcing preconditions on public methods.

D、 An AssertionError thrown as a result of a failed assertion should always be handled by the enclosing method.

电信企业提供服务的过程,也是客户的()过程,二者在时间上存在不可分离性。

下列叙述中正确的是(  )。

A、循环队列是队列的一种顺序存储结构

B、循环队列是队列的一种链式存储结构

C、循环队列是非线性结构

D、循环队列是一种逻辑结构

网络监控的缺点?

Java语言不允许同时继承一个类并实现一个接口。

A、对

B、错

联系我们 会员中心
返回顶部