Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. Which of the following tells C++ to display numbers in fixed notation?

  2. A.
    setiosflags(fixed)
    B.
    setiosflags(fixed: :is)
    C.
    setiosflags(ios, fixed)
    D.
    setiosflags(ios::fixed)

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment