Question: C Programming: Write 2 separate functions that convert a binary number to a decimal number and visa verca. These must be recursively defined, and should

C Programming: Write 2 separate functions that convert a binary number to a decimal number and visa verca. These must be recursively defined, and should be able to handle numbers up to 0xFFFF.

int binToDec(int n){

}

long decToBin(long n){

}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!