摘要: 在C语言中,函数返回值的类型最终取决于[阅读全文:]
摘要: 一个类的友元函数能够访问该类的[阅读全文:]
摘要: 若定义int k=7,x=12;,则能使值为3的表达式是[阅读全文:]
摘要: 若执行下面的程序时,从键盘输入5和2,则输出结果是main(){ int a,b,k;scanf("%d,%d",&a,&[阅读全文:]
摘要: 下列描述中哪个是正确的?[阅读全文:]
摘要: 下列程序中下画线处应填入的语句是 class Base { public: void fun( ) {cout < < "Baseoffun" <[阅读全文:]
摘要: 下面程序的结果为 #include int c; class A { private: int a; static int b; publi[阅读全文:]
摘要: 下面程序段的运行结果是 void main ( ) { int t, a, b, C; a=1;b=2;C=2; while(a<b<c) {t=a;a=[阅读全文:]
摘要: 下面程序输出的结果是 #include void main( ) { inti; int a[3] [3] ={1,2,3,4,5,6,[阅读全文:]
摘要: 表示在输出时显示小数位,以及在文件输入时判断文件尾的函数分别是[阅读全文:]