Problems
Receive three natural numbers, each consisting of three digits, as input. First, compute the product of these numbers, and then compute and print the product of all digits of the result except for zeros, using a recursive function.
Example
100 123 111
270
Source
자기주도C언어프로그래밍