Vidyalelo
C Programming · Q129

C Fundamentals

Programming · C Programming · question 129

Q129

What is the precedence of arithmetic operators (from highest to lowest)?

A.
%, *, /, +, -
Answer
B.
%, +, /, *, -
C.
+, -, %, *, /
D.
%, +, -, *, /

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board