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
write a program to display all prime numbers
Is fortran faster than c?
Do you know the difference between exit() and _exit() function in c?
What is the explanation for modular programming?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
How do you print only part of a string?
Differentiate between functions getch() and getche().
Explain what are the different file extensions involved when programming in c?
How can you call a function, given its name as a string?
What is an auto keyword in c?
writ a program to compare using strcmp VIVA and viva with its output.
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is putchar() function?
code for replace tabs with equivalent number of blanks