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 |
What issue do auto_ptr objects address?
Explain the difference between realloc() and free() in c++?
When should overload new operator on a global basis or a class basis?
what are the events occur in intr activated on interrupt vector table
In a function declaration, what does extern mean?
What does the linker do?
How would you use the functions randomize() and random()?
What are the c++ access specifiers?
How do I use turbo c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
What is the use of "new" operator?
Describe friend function & its advantages.