What will happen when you attempt to compile and run the following code?
#include
using namespace std;
int main ()
{
float f = 10.126;
cout.unsetf(ios::floatfield);
cout<return 0;}What will be a mantissa part of the numbers displayed: A1.0126 1.013 B1.012600 10.013 C10.01260 10.013 D1.012600 1.013 E1.0126 1.01 Show Suggested Answer Hide Answer Suggested Answer: D
return 0;
}
What will be a mantissa part of the numbers displayed:
Limited Time Offer
25%
Off
Currently there are no comments in this discussion, be the first to comment!
Currently there are no comments in this discussion, be the first to comment!