Let’s switch gears for a bit! Can you implement addition of two integers using only bitwise operations (no arithmetic operators like +, -, *, /)?
2 Likes
Let’s switch gears for a bit! Can you implement addition of two integers using only bitwise operations (no arithmetic operators like +, -, *, /)?