Question: Write a C program using RECURSION in which the user is asked to enter 3 digits number and add the last 2 digits . After
Write a C program using RECURSION in which the user is asked to enter 3 digits number and add the last 2 digits . After that subtract the total from the first digit of the input number .
For example :
Entered number : 257
Add last 2 digits : 5+7 = 12
Subtract the total from 1st digit: 12 - 2 = 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
