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
What is C language ?
What is the difference between if else and switchstatement
What is the auto keyword good for?
What is a pointer variable in c language?
What are the parts of c program?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is a header file?
How can my program discover the complete pathname to the executable from which it was invoked?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
what are non standard function in c
What is the use of c language in real life?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Why double pointer is used in c?
How can I do serial ("comm") port I/O?
What is atoi and atof in c?