Question: 5 Write a C program to read an integer number and send it to a function. The function will calculate the product of odd digits

5 Write a C program to read an integer number and send it to a function. The function will calculate the product of odd digits and return it. Example: input = 32475 Output = 3*7*5 = 105 (Non-anonymous question o)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
