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 zero decimal places?

  2. A.
    setiosflags(0)
    B.
    setiosflags(zero)
    C.
    setprecision(0)
    D.
    setprecision(zero)

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment