In C programming language, which of the following type of operators have the highest precedence
A. Relational operators
B. Equality operators
C. Logical operators
D. Arithmetic operators
Answer: Option D
Join The Discussion
Comments (2)
Related Questions on Operators and Expressions
What does the ++ operator do in C when applied to a variable?
A. Decrements by 1
B. Adds 1
C. Doubles the value
D. Leaves it unchanged

thank you utkarsh srivastava
the sequence of priority is
arithmetic operators > relational operators > equality > logical operators