Write an algorithm for a program that receives an integer as
input and outputs
the product of of its digits. E.g. 1234 = 24, 705 = 0

Answer Posted / pavithra

jus use an array to store d i/p
nd multiply the array elements

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of in c?

564


What is d scanf?

576


What is context in c?

528


Why should I prototype a function?

624


What is operator promotion?

615






What is the best organizational structure?

629


What are the different data types in C?

716


What are the features of the c language?

630


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1479


what is event driven software and what is procedural driven software?

2001


How does pointer work in c?

604


What is use of pointer?

575


What is a substring in c?

574


what is the function of pragma directive in c?

607


Explain what does a function declared as pascal do differently?

624