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
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
How can I implement sets or arrays of bits?
What is the difference between call by value and call by reference in c?
find the sum of two matrices and WAP for it.
Give differences between - new and malloc() , delete and free() ?
program to convert a integer to string in c language'
Where static variables are stored in c?
Explain what will the preprocessor do for a program?
What are the advantages of union?
What are the different categories of functions in c?
main() { printf("hello"); fork(); }
Explain how can I convert a string to a number?
i want to know the procedure of qualcomm for getting a job through offcampus
What are valid operations on pointers?
What is the purpose of ftell?