0
How to add two integer without add operation
Write a program that add two integer number without using operator
6 odpowiedzi
+ 2
https://www.google.com/search?q=add+two+numbers+without+using+%2b+operator+in+c
+ 2
Just use (--) instead of (+).
+ 1
Refer this I did it.
0
Any c or python as you wish
0
Have you seen this? You will find many more ideas:
https://www.sololearn.com/post/54826/?ref=app