Multiple Choice
What is the precedence of arithmetic operators (from highest to lowest) ?
A) %, *, /, +, -
B) %, +, /, *, -
C) +, -, %, *, /
D) %, +, -, *, /
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: What will be the final value of
Q9: Which of the following statement is false?<br>A)Constant
Q10: What is the scope of a function?<br>A)Whole
Q11: In expression i = g() + f(),
Q12: What is short int in C programming?<br>A)The
Q14: Which among the following are the fundamental
Q15: What is the scope of an external
Q16: What is the result of logical or
Q17: Which of the following statement is false?<br>A)A
Q18: What is the size of an int