Recent questions tagged expression-evaluation

0 votes
2 answers
2
Suppose x and y are floating-point variables that have been assigned the values x=8.8 and y=3.5. what will be the value of the following expression?2*x/3*y
5 votes
5 answers
3
______ to evaluate an expression without any embedded function calls.Two stacks are requiredone stack is neededThree stacks are requiredMore than three stacks are require...
1 votes
3 answers
4
Evaluation of the given postfix expression $10 \: 10 + 60 \: 6/^*8-$ is$192$$190$$110$$92$
1 votes
0 answers
10
To evaluate an expression with any embedded function call at any time how many stacks are needed?
4 votes
1 answer
15
2 votes
1 answer
16
If we have to construct the expression tree from this expression (3 + ((5+9)*2)) then what will be the order of push and pop operation on a stack ?Explain what to do with...
4 votes
3 answers
18
The expression $1 * 2 \wedge 3 * 4 \wedge 5 * 6$ will be evaluated as$32^{30}$$162^{30}$49152173458In original quetion 5 is not given.
1 votes
1 answer
19
28 votes
6 answers
22
To evaluate an expression without any embedded function callsOne stack is enoughTwo stacks are neededAs many stacks as the height of the expression tree are neededA Turin...
To see more, click for the full list of questions or popular tags.