retagged by
255 views

1 Answer

Best answer
0 votes
0 votes
As per the question, all the operators are left associative.

Now evaluating 3-2*4^2^3

As per order of precedence, we can put the paranthesis as : {(3-2)*4}^2^3

=> [{(1*4)^2}^3]

=> (4^2)^3

=> 16^3

=> 4096
selected by

Related questions

4 votes
4 votes
2 answers
1
0 votes
0 votes
1 answer
2
Balaji Jegan asked Oct 23, 2018
234 views
0 votes
0 votes
1 answer
3
Balaji Jegan asked Oct 23, 2018
323 views
2 votes
2 votes
1 answer
4