The precedence of arithmetic operators is (lowest to highest)
Answers
Answered by
2
Answer:
Answered by
11
<<The question is answered based on the assumption that the precedence is asked for arithmetic operators in C language.>>
All arithmetic operators in C language follow the left to right associativity. Their precedence from highest to lowest is as given below:
- () => Brackets
- % => Modulus
- * => Multiplication
- / => Division
- + => Addition
- - => Subtraction
In an arithmetic operation, the higher precedence operators are evaluated first followed by the lower value operators.
Similar questions
Social Sciences,
4 months ago
English,
4 months ago
Music,
4 months ago
Physics,
9 months ago
Chemistry,
1 year ago