Solved

When an Arithmetic Expression Contains Two or More Different Operators

Question 2

Multiple Choice

When an arithmetic expression contains two or more different operators, such as * and +, the order in which the operations is done is determined by


A) the compiler.
B) the programmer.
C) operator associativity.
D) left to right order.
E) operator precedence.

Correct Answer:

verifed

Verified

Related Questions