Page 1 of 1

Assume that the operators +,-, X are left associative and ^ is right associative. The order of precedence (from highest

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) abc X+ def ^^ –
b) abc X+ de^f^ –
c) ab+c Xd – e ^f^
d) -+aXbc^ ^def