Question: Write a c program that contains a function called sum of odd_digits that takes any integer x and returns the sum of odd digits in

Write a c program that contains a function called sum of odd_digits that takes any integer x and returns the sum of odd digits in the number x. E.g, if x = 19245, then the function will return 1 + 9+5 = 15 (because 1,9 and 5 are odds)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
