Write a C# program to add two numbers without using ‘+’ operator.
Write a C# program to add two numbers without using ‘+’ operator.
488
24-Nov-2021
Ashutosh Kumar Verma
24-Nov-2021Generally ‘+’ operator is used to add two numbers but in the following C# program there are add two numbers without using ‘+’ operator.
Program:
Input number in runtime by user.