Write a C program to output the product of the the digits that make up the number.
example.123=6and1167=42

Recommended Answers

All 5 Replies

But this is not a C problem. This is just a math. question.

what is it you want help with?

He's not asking a question, he's asking somebody to do his work for him. Vote- death

If you want a help.. Try your best.. We're not giving you the exact code. But we will giving you some tips about your problem.

Write a C program to output the product of the the digits that make up the number.
example.123=6and1167=42

Try to break your whole number into single digits and then try to find product.
if you face any problem or query please ask.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.