Vidyalelo
Computer Science · Q234

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 234

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)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board