In which order do the Relational, Arithmetic, Logical and Assignment operators get evaluated in C?

1.4 In which order do the Relational, Arithmetic, Logical and Assignment operators get evaluated in
C?
A) Arithmetic, Relational, Logical, Assignment
B) Relational, Logical, Arithmetic, Assignment
C) Logical, Relational, Arithmetic, Assignment
D) Assignment, Arithmetic, Relational, Logical


Leave a Reply