C Program to Add two numbers without using arithmetic Operators


Way 1 : Using Recursive Function


Way 2 : Using While Loop


Way 3 : Using While Loop


Way 4 : Using For Loop


Way 5 : Using Subtraction

Note : This Example have Arithmetic Operator [-] but this example is for “Adding two numbers without using + Operator