Q. Choose a correct C Operator Priority.?
Items in one group ( ) has same priority.
Items in one group ( ) has same priority.
β
Correct Answer: (C)
( ! ) > (*, /, %) > (+, -) > ( <, <=, >, >=) > (==, !=) > (&&) > (||) > (=)