Write a program in c to input a 5 digit number and print it
in words.
Answer Posted / vignesh1988i
OK HERE they are asking for 5 digits , but if somewhere
they ask for 'n' digit numbers , then that a[6] wont work
there , Whenever u do a program u will also think of the
worst cases then only we must develop a program...... in all
situations ur program should work!!!!!!!! that's speaks !!
thank u
| Is This Answer Correct ? | 25 Yes | 37 No |
Post New Answer View All Answers
How can you tell whether two strings are the same?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
How can you determine the maximum value that a numeric variable can hold?
How can I recover the file name given an open stream?
Write a program for finding factorial of a number.
What are the ways to a null pointer can use in c programming language?
Why we write conio h in c?
How do you sort filenames in a directory?
Is c pass by value or reference?
How can I sort more data than will fit in memory?
What is the use of define in c?
Can stdout be forced to print somewhere other than the screen?
#include
Explain how can a program be made to print the line number where an error occurs?
How many levels of pointers can you have?