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

Discussion :: Object Oriented Programming Using C++

  1. An expression contains relational, assignment and arithmetic operators. In the absence of parentheses, the order of evaluation will be

  2. A.
    assignment, relational, arithmetic
    B.
    arithmetic, relational, assignment
    C.
    relational, arithmetic, assignment
    D.
    assignment, arithmetic, relational
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment