edited by
5,234 views

3 Answers

Best answer
5 5 votes

power has a higher priority than the multiplication

1*2^3*4^5*6  

= 1 * (2^3) * (4^5 ) * 6

=1 * 8 * 1024 * 6

=49152

selected by
2 2 votes

Answer C)

First solve ^ and then *

0 0 votes

first we have to solve higher precedence first  ^then *

1*2^3*4^5*6

1*(2^3)*(4^5)*6=

1*8*1024*6=49152

Answer:
Position:
Show:

Related questions

32 32 votes
3 answers 3 answers
15.2k
15.2k views
gatecse asked Sep 21, 2014
15,233 views
Let $f(x)$ be the continuous probability density function of a random variable $x$, the probability that $a < x \leq b$, is :$f(b-a)$$f(b) - f(a)$$\int\limits_a^b f(x) dx...
6 6 votes
1 answers 1 answer
7.8k
7.8k views
Desert_Warrior asked Jun 3, 2016
7,841 views
Substitution of values for names (whose values are constants) is done inLocal optimizationLoop optimizationConstant foldingStrength reduction
65 65 votes
10 answers 10 answers
17.3k
17.3k views
go_editor asked Sep 28, 2014
17,315 views
Consider the expression tree shown. Each leaf represents a numerical value, which can either be $0$ or $1$. Over all possible choices of the values at the leaves, the max...
37 37 votes
6 answers 6 answers
18.0k
18.0k views
Kathleen asked Sep 15, 2014
17,985 views
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...