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


Please Help Members By Posting Answers For Below Questions

A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

651


What are control structures? What are the different types?

602


why we wont use '&' sing in aceesing the string using scanf

1787


What is the difference between if else and switchstatement

1317


What is the explanation for cyclic nature of data types in c?

652






What is the use of sizeof () in c?

562


Write a code of a general series where the next element is the sum of last k terms.

598


Why is structure padding done in c?

652


Write a program to swap two numbers without using the third variable?

602


Explain that why C is procedural?

662


What do you mean by a sequential access file?

631


Can we declare variables anywhere in c?

582


What is indirection? How many levels of pointers can you have?

663


FILE PROGRAMMING

1781


Explain the binary height balanced tree?

728