有如下程序: #include<iostream> using namespace std; int main() { cout.fill(’*’); cout.width(5);

admin2013-02-27  30

问题 有如下程序:    #include<iostream>    using namespace std;    int main()    {           cout.fill(’*’);           cout.width(5);           cout<<scientific<<315926535<<endl;           retrun 0;    }    程序运行后,输出的结果是(    )。

选项 A、3.14E+02
B、3.14E+02
C、**3.14e+002
D、314.16

答案1

解析
转载请注明原文地址:https://kaotiyun.com/show/aENp777K
0

最新回复(0)