单项选择题

语句while(!E)中的表达式!E等价于( )。

A.E==0
B.E! =1
C.E! =0
D.E==1
<上一题 目录 下一题>
热门 试题

单项选择题
下列程序的输出结果为( )。 #include (iostream) using namespace std; void main( ) char,a[ ] = hello , the , world ; char * * pa = a: pa + +; cout << * pa << ENDL;
A.hello
B.the
C.world
D.hellotheworld
单项选择题
C++语言本身没有定义I O操作,使用I O流的程序需要包括( )。
A.stdio.h
B.istream.h
C.ostream.h
D.iostrcam.h
相关试题
  • 流操作中若要按八进制、十六进制和十进制格...
  • 为满足运算符+的可交换性,必须将其重载为...
  • 在析构函数中调用虚函数时,采用 【11】...
  • 下列程序在构造函数和析构函数中申请和释放...
  • 在进行函数调用时,将把参数的 【7】 传...