Floating point representation and output seems to be compiler dependent?
Answer / rohit sah
Regrettably, yes. The action of ios::setprecision() varies among compilers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is c++ free?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is RTRT tool?can it be used for automation?can it work on packet PC?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Is linux written in c or c++?
Explain Memory Allocation in C/C++ ?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is encapsulation in c++ with example?
Are there any new intrinsic (built-in) data types?
write the prime no program in c++?
What is the use of cmath in c++?
Should the member functions which are made public in the base class be hidden?