The precedence of arithmetic operators is (from highest to lowest)
Answers
Answered by
39
<<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.
Answered by
3
Answer:
etek5xgdtsidh km xoydkg
Similar questions
Math,
7 months ago
Hindi,
7 months ago
Science,
7 months ago
Environmental Sciences,
1 year ago
Biology,
1 year ago