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
what is stack , heap ,code segment,and data segment
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain 'bit masking'?
Is printf a keyword?
Why structure is used in c?
How is a structure member accessed?
What are run-time errors?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is the basic structure of c?
When we use void main and int main?
Why is c used in embedded systems?
What are reserved words with a programming language?
What is a method in c?
What does printf does?
Explain how do I determine whether a character is numeric, alphabetic, and so on?