1.

Assume a = 10, b = 15; What will be the value of a^b?

Answer»
OperatorOperationResult
^a^b00001010  a
0000111 b
000000101 a^b 
a^b = (000000101)2 = 510


Discussion

No Comment Found