Consider the following postfix expression:
64 2 6 ∧ / 2 6 * + 10 10 * +
Assume that ∧ is the exponentiation operator. The top two elements in the stack after the first * is evaluated, are :1
10, 1
2
12, 2
3
12, 1
4
2, 12
5
Question Not Attempted
Consider the following postfix expression:
64 2 6 ∧ / 2 6 * + 10 10 * +
Assume that ∧ is the exponentiation operator. The top two elements in the stack after the first * is evaluated, are :