InterviewSolution
Saved Bookmarks
| 1. |
setprecision requires which of the following header file?(a) stdlib.h(b) iomanip.h(c) console.h(d) conio.hThe question was asked in class test.Origin of the question is Header Files Usage topic in chapter Source Files, Classes and Operator Overloading in C++ of C++ |
|
Answer» CORRECT answer is (b) iomanip.h Easy explanation - The iomanip header FILE is USED to correct the PRECISION of the values. |
|