Which of the following is the correct order of precedence (high to low)?
(a) !, ^, <<, XOR
(b) ^, !, <<, XOR
(c) !, <<, XOR, ^
(d) !, ^, XOR, <<
I got this question during an interview.
Origin of the question is Expression Evaluation and Type Conversion in division Data Types of MySQL