The given statements are:
Statement A: The infix expression is (x + y)/(z * 5) and the prefix expression for this is (/+xy*z5).
Statement B: During such conversion, a stack is used to keep track of the operators encountered in the infix expression.
1
Statement A is true but Statement B is false.
2
Statement A is false but Statement B is true.
3
Statement A is false but Statement B is also false.
4
Statement A is true but Statement B is also true.