edited by
2,926 views
4 votes
4 votes

The expression $1 * 2 \wedge 3 * 4 \wedge 5 * 6$ will be evaluated as

  1. $32^{30}$
  2. $162^{30}$
  3. 49152
  4. 173458

In original quetion 5 is not given.

edited by

3 Answers

2 votes
2 votes

Answer C)

First solve ^ and then *

0 votes
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:

Related questions

6 votes
6 votes
1 answer
1
Desert_Warrior asked Jun 3, 2016
6,500 views
Substitution of values for names (whose values are constants) is done inLocal optimizationLoop optimizationConstant foldingStrength reduction