C program to Add two numbers without using + operator

preview_player
Показать описание
#How to Add two numbers without using + operator #c programming
addition using for loop.

Рекомендации по теме
Комментарии
Автор

Explanation is nice but the thing is you are using i++ ( i = i + 1 ) where you are losing the title justification, I highly recommend you to try shift operator

hackerraja