Question: Write a conversion function that convert an integer number from base 10 to a number in another base. The function should print out the number
Write a conversion function that convert an integer number from base 10 to a number in another base. The function should print out the number in its new representation.
Test your code. In order to compile and test your code you will have to use gcc main.c convert.c to produce an output file that is called convert use gcc -o convert main.c convert.c
you haveto write all main.c convert.c functions Fix any errors that may occur
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
