English, asked by vasudev3776, 7 months ago

The precedence of arithmetic operators is (lowest to highest)

Answers

Answered by Anonymous
2

Answer:

\huge\underline\mathfrak\blue{Y'all\:koi\:mera\:question\:report\:krdo\:please}

Answered by llxdevilgirlxll
11

\huge\mathfrak\blue{Answer}

<<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