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

Discussion :: Object Oriented Programming Using C++

  1. Which of the following C++ expressions is equivalent to the mathematical expression 53 ?

  2. A.
    5 ^ 3
    B.
    cube(5)
    C.
    pow (3, 5)
    D.
    pow(5, 3)
    E.
    sqrt (5, 3)

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment