Multiple choice Which of the following is a correct prefix notation of given expression "A + B * C"? +AB+C +A*BC ABC*+ +AB*C +A+BC Reveal answer Fill a bubble to check yourself B Correct answer Explanation It is the correct prefix notation. Here, in the given expression, "A + B * C", * has a higher priority +. * is between B and C, so it placed after BC, then + is placed after it, so we get "+ A * BC".