Discussion :: Object Oriented Programming Using C++
-
An expression contains relational, assignment and arithmetic operators. In the absence of parentheses, the order of evaluation will be
A.
assignment, relational, arithmetic
|
B.
arithmetic, relational, assignment
|
C.
relational, arithmetic, assignment
|
D.
assignment, arithmetic, relational
|
E.
None of the above
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment