flowchart for addition of two numbers without using+ plus operator
Answers
Answered by
0
Answer:
Write a function Add() that returns sum of two integers. The function should not use any of the arithmetic operators (+, ++, –, -, .. etc). Sum of two bits can be obtained by performing XOR (^) of the two bits.
Explanation:
Similar questions