Ask Question
14 November, 10:23

If a C+ + arithmetic expression has no parentheses, operators are evaluated from left to right. A. : True B. False Which of the following is a reserved word in C++?

+4
Answers (1)
  1. 14 November, 14:17
    0
    True is the correct answer for the above question.

    Explanation:

    In a C+ + programing language, if there are so many operators with the same precedence, then the expressions are evaluated from the left to right manner. If the expression holds any paratheses, then the paratheses will be evaluated first. It is because the precedence of the parathesis is higher. The precedence of the operator justifies that which operator will be evaluated first. For example, if there are two operators multiply and addition, then multiply will be evaluated first because it has high precedence. The above question also states the same which is defined above. Hence it is a true statement.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “If a C+ + arithmetic expression has no parentheses, operators are evaluated from left to right. A. : True B. False Which of the following ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers