【参考程序】
【运行结果】
- #include<iostream>
- using namespace std;
- int mainO
- {
- float as=3.0000058;
- double b=5.666666;
- long double c=9.8333333;
- cout<<"hoat类型数据存储空间大小为:"<sizcof(a)<cnd山
- cout<<"double类型数据存储空间大小为:"<sizeof(b)<endl;
- cout<<"long double类型数据存储空间大小为:"<sizeof(c)<<end山;
- cout<<a<<"It "<<b<<"It"<<c<<endl;
- cout.precision(8);
- cout<<a<<"It "<<b<<"It "<<c<<endl;
- return 0;