Adding Two Numbers with out using + Operator
-
How can I add two numbers without using + operator.
-
How can I add two numbers without using + operator.
My frist questen would be, why you can't use the "+ operator" ? The only thing that I got in mind is to go through a for-loop, increasing the number every time. But this won't help either, you have to use the "++ operator". sorry, that I can't help I would say, that is not possible, but I'm not sure. greetings, pdluke
-
My frist questen would be, why you can't use the "+ operator" ? The only thing that I got in mind is to go through a for-loop, increasing the number every time. But this won't help either, you have to use the "++ operator". sorry, that I can't help I would say, that is not possible, but I'm not sure. greetings, pdluke
Thank Actually it was a question asked by some one from me in interview. Any how thank u
-
How can I add two numbers without using + operator.
hi, try this link: http://www.devmaster.net/forums/showthread.php?t=1727[^] regards :)