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
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
How can I recover the file name given an open stream?
What does *p++ do?
Explain the use of function toupper() with and example code?
What is a substring in c?
Explain how are portions of a program disabled in demo versions?
in linking some of os executables are linking name some of them
List the difference between a While & Do While loops?
What is restrict keyword in c?
write a program to find the given number is prime or not
Describe explain how arrays can be passed to a user defined function
Write a program to swap two numbers without using a temporary variable?
Why can’t we compare structures?
What is p in text message?
Is main is a keyword in c?