Which of the following correctly shows the hierachy arithmetic operation in C?
A
/+*-
B
*-/+
C
+-/*
D
/*+-
Correct Answer: /*+-
The precedence and associativity of C operators are + + - - , */%, * = / = , and = ^ = 1 = etc.