if byte A=5 and byte B=6 then what is value of byte C ? if byte C=A+B | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

if byte A=5 and byte B=6 then what is value of byte C ? if byte C=A+B

8th Sep 2016, 8:04 PM
Kailash Kothiyal
Kailash Kothiyal - avatar
2 Answers
+ 2
11. Or 0x0b if you prefer hexadecimal. Were you looking for ⊕ (XOR)? It's ^ in C#. And A^B here would be 3.
8th Sep 2016, 8:28 PM
Zen
Zen - avatar
0
11
9th Sep 2016, 11:32 AM
Rahul Suthar
Rahul Suthar - avatar