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
When should a type cast be used?
How many keywords are there in c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is data type long in c?
What is structure packing in c?
How to establish connection with oracle database software from c language?
What does c mean?
When should we use pointers in a c program?
How will you find a duplicate number in a array without negating the nos ?
What does d mean?
explain what are actual arguments?
Can a pointer be volatile in c?
What is the difference between a free-standing and a hosted environment?
Describe the steps to insert data into a singly linked list.
Can we add pointers together?