

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following tells C++ to display numbers with two decimal places? |
A. | setdecimal(2) |
B. | setiosflags(2) |
C. | setiosflags(2.00) |
D. | setprecision(2) |
Answer» E. | |