Write a program in c to input a 5 digit number and print it
in words.
Answer Posted / manoj kumar
the program u wrote is wrong because it prints in reverse
means if u gave 12345 the output will be five four three
two one like this
for getting correct output the given number would be
reversed and we write code for that reversed number.
Is This Answer Correct ? | 27 Yes | 30 No |
Post New Answer View All Answers
What do you mean by invalid pointer arithmetic?
Do you have any idea about the use of "auto" keyword?
What is a constant?
how to find anagram without using string functions using only loops in c programming
Explain what is the difference between a free-standing and a hosted environment?
What is include directive in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
Explain how can I read and write comma-delimited text?
Explain the process of converting a Tree into a Binary Tree.
Is c programming hard?
What is class and object in c?
Is c a great language, or what?
What are keywords c?
Explain how are portions of a program disabled in demo versions?
What are the different types of C instructions?