Computer Science, asked by priyasheela25, 4 months ago

flowchart for addition of two numbers without using+ plus operator​

Answers

Answered by mukilan2808
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