tmt1
- 230
- 0
"Assume integer variable A holds 60 and variable B holds 13 then:A&B will give 12"
Why is this?
Why is this?
tmt said:"Assume integer variable A holds 60 and variable B holds 13 then:A&B will give 12"
Why is this?
evinda said:Write the binary represetation of $A$ and $B$ and then add them.
For example, the binary representation of $A$ is $0011 1100$.
tmt said:I get 01001001 how is this 12?