单项选择题

可以采用( )种方法控制格式输出。

A.1
B.2
C.3
D.4
<上一题 目录 下一题>
热门 试题

单项选择题
在int b[][3]={{1},{3,2};{4,5,6},{0}};中b[2][2]的值是( )。
A.0
B.5
C.6
D.2
单项选择题
与以下程序段等价的是( ) while (a) { if (b) continue; C; }
A.while(
B.while( {if(! c;) {if(!break: c:)
C.while(
D.while( {if( c:) {if( break: c;}
相关试题
  • 下面程序输出的结果是( ) #include<i...
  • 下列关于运算符重载的描述中,正确的是( )。
  • 下列对模板的声明,正确的是( )。
  • 关于虚函数的描述中,正确的是( )。
  • 实现运行时的多态性要使用( )。