Question: 1. What is floating point? 2. Explain real data type. Give an example 3. Explain character data type. Give an example. 4. Explain string data
1. What is floating point? 2. Explain real data type. Give an example 3. Explain character data type. Give an example. 4. Explain string data type. Give an example 5. Explain bool data type. Give an example 6. Explain setw (15) manipulator. Give an example 7. Explain setprecision (12) manipulator. 8. Explain setprecision (12) with showpoint manipulators. Give an example 9. Explain setprecision (12) with fixed manipulators. Give an example 10. Explain left justified manipulator. Give an example 11. Explain right justified manipulators. Give an example 12. Given input 2345.678, what would be output with setprecision (5)? 13. Given input 2345.678, what would be output with setprecision (7) with fixed manipulator? 14. Given input 2345.678, what would be output with setprecision (7) with showpoint manipulator? 15. Given input 2345.678, what would be output with setprecision (14) with left justified manipulator? 16. Given input 2345.678, what would be output with setprecision (14) with right justified manipulator? 17. What integer number(s) represent (s) FALSE in boolean type? 18. What integer number(s) represent (s) TRUE in boolean type? Give an example
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
