Add two numbers without using arithmetic operators – Bit Algorithm – Sum of two bits can be obtained by performing XOR (^) of the two bits.
binary subtraction examples
2 Articles
2
C Programming-program to add two numbers in base 14 – Mathematical algorithms – Just add the numbers in base 14 in same way we add in base 10.