In the name of ALLAH, the most beneficient, the most merciful

Data Structures (CS301)

Question (select most suitable option)

  Consider the following expression:
x - y * a + b / c
Which of the following is a correct equivalent expression for the above?
x y -a * b +c /
x *y a - b c / +
x y a * - b c / +
x y a * - b/ + c