Akash wants to write a C program that takes a positive number N and produces an output that is the product of its digits.
Constraint:
1<=N<=999999
Input: A single integer.
Output: The desired value.
The program can be written only in C language
product of the digits