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

Discussion :: Object Oriented Programming Using C++

  1. Which of the following C++ expressions will find the square root of the number 16?

  2. A.
    pow (16, 2) (b) root (16, 2)
    B.
    sqroot (16)
    C.
    sqrt (16, 2)
    D.
    sqrt (16)

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment