InterviewSolution
Saved Bookmarks
| 1. |
setprecision requires which of the following header file?(a) stdlib.h(b) iomanip.h(c) console.h(d) conio.h |
|
Answer» Correct answer is (b) iomanip.h Easy explanation - The iomanip header file is used to correct the precision of the values. |
|