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
Why malloc is faster than calloc?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is wrong in this statement?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What does volatile do?
What does c mean in basketball?
What are examples of structures?
How are pointers declared in c?
How can a program be made to print the name of a source file where an error occurs?
Explain heap and queue.
What is the g value paradox?
What is difference between array and structure in c?