Question: Write a C++ code that will subtract two binary numbers. For Example: 20 = 1 0 1 0 0 - 10 = 0 1 0
Write a C++ code that will subtract two binary numbers.
For Example:
20 = 1 0 1 0 0 - 10 = 0 1 0 1 0 0 1 0 1 0 = 10
(Note: No need to convert to decimal just ask the user to input two binary numbers and then subtract them)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
