Question: Write a C program that reads an integer, converts it to a bit string using the function you wrote in 3 above, prints the string,

Write a C program that reads an integer, converts it to a bit string using the function you wrote in 3 above, prints the string, and converts the string back to the integer using the function you wrote in 4 above. For example: Enter an integer: 45 45: 00000000000000000000000000101101 where the output number (45) is the result of the conversion of the bit string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
