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

Discussion :: Object Oriented Programming Using C++

  1. Which of the following tells C++ to display numbers with two decimal places?

  2. A.
    setdecimal(2)
    B.
    setiosflags(2)
    C.
    setiosflags(2.00)
    D.
    setprecision(2)

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment