b) *, /: highest priority and +, - lowest priority and all operators are left associative. Considering these properties
Posted: Sun Jul 03, 2022 11:22 am
b) *, /: highest priority and +, - lowest priority and all operators are left associative. Considering these properties of operators create a Context Free Grammar(CFG). After that, parse the string 9+5*2, using that CFG.