Write a program in c to input a 5 digit number and print it
in words.
Answer Posted / vaibhav dubey
in ans #8,if we,even,reverse the number we can'nt get right
ans in all cases.for example if we enter 1000 than it will
be reversed 0001 and computer will [rint 1 only
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Why flag is used in c?
What does the c preprocessor do?
Can include files be nested? How many levels deep can include files be nested?
How many levels of pointers have?
how to construct a simulator keeping the logical boolean gates in c
What library is sizeof in c?
What is assignment operator?
Write a program to generate the Fibinocci Series
What is union in c?
What do you mean by dynamic memory allocation in c? What functions are used?
What functions are in conio h?
Explain what does the function toupper() do?
What is the significance of scope resolution operator?
Can we declare function inside main?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?