Q234
Which of the following tells C++ to display numbers in fixed notation?
A.
setiosflags(fixed)
B.
setiosflags(fixed: :is)
C.
setiosflags(ios, fixed)
D.
setiosflags(ios::fixed)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board