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.

What determines the order of evaluation of a prefix expression?

a) precedence and associativity
b) precedence only
c) associativity only
d) depends on the parser

Answer: a
Explanation: Precedence is a very important factor in determining the order of evaluation. If two operators have the same precedence, associativity comes into action.

Join The Discussion