program in c and c++ for binary addition

Binary Addition

Program :

Output:


Enter two binary numbers: 110 101
Sum of two binary numbers: 011
carry= 1
--------------------------------
Process exited after 7.763 seconds with return value 0
Press any key to continue . . .


Comments :

Post a Comment