Question: Write a C program that can convert a decimal into other number bases. The program first asks for a decimal integer (Enter a decimal integer:
Write a C program that can convert a decimal into other number bases. The program first asks for a decimal integer (Enter a decimal integer: ). The program then printout the decimal integer in base 2,8,16 format. The program will continue to ask for a binary number (Enter a binary integer: ). The program print out the decimal, octal, and hex value for the binary integer.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
