How to add two integer without add operation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add two integer without add operation

Write a program that add two integer number without using operator

21st Jun 2022, 11:56 AM
sarower hasan opu
sarower hasan opu - avatar
6 Answers
22nd Jun 2022, 4:19 AM
Aashiq Ahamed
+ 2
https://www.google.com/search?q=add+two+numbers+without+using+%2b+operator+in+c
21st Jun 2022, 1:04 PM
Ipang
+ 2
Just use (--) instead of (+).
22nd Jun 2022, 4:21 AM
Aashiq Ahamed
+ 1
Refer this I did it.
22nd Jun 2022, 4:19 AM
Aashiq Ahamed
0
Any c or python as you wish
21st Jun 2022, 11:58 AM
sarower hasan opu
sarower hasan opu - avatar
0
Have you seen this? You will find many more ideas: https://www.sololearn.com/post/54826/?ref=app
22nd Jun 2022, 4:03 PM
Brian
Brian - avatar