填空题

下列程序段的输出结果是 【15】 。  cout<<fixed<<509.123456789<<endl;

【参考答案】

【15】509.123457
<上一题 目录 下一题>
热门 试题

填空题
已知程序的结果为123,请填空。 #include<iostream.h> template<classT> classA public: Tx,y,z; voiddisplay( )cout<<x<< <<y<< <<z; ; voidmain( ) A<int>al; 【12】 【13】 【14】 al.display( );
填空题
将x+y中的+运算符用友元函数重载应写为 【11】 。
相关试题
  • 下面程序的输出结果是 #include<iostrea...
  • 设有数组定义:chararray[]: China ;...
  • 以下程序的输出结果是 #include<iostrea...
  • 下面程序的功能是把316表示为两个加数的...
  • 函数fun的返回值是 fun(char * a,cha...