The Product Fun

0

0 votes
Very-Easy, Very-Easy
Problem

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

Time Limit: 1
Memory Limit: 256
Source Limit:
Explanation

product of the digits

Editor Image

?