Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which among the following list of operators has the highest precedence?
+, -, **, %, /, <<, >>, |

Which among the following list of operators has the highest precedence?
+, -, **, %, /, <<, >>, |
a) <<, >>
b) **
c) |
d) %

Answer: b
Explanation: The highest precedence is that of the exponentiation operator, that is of **.

Join The Discussion