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


Please Help Members By Posting Answers For Below Questions

Explain union. What are its advantages?

621


write a program to find out prime number using sieve case?

1646


How can a process change an environment variable in its caller?

658


What is the purpose of type declarations?

683


Can we declare a function inside a function in c?

595






how should functions be apportioned among source files?

627


Explain how can a program be made to print the line number where an error occurs?

698


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

707


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1635


What are c preprocessors?

681


When do we get logical errors?

642


Why can arithmetic operations not be performed on void pointers?

594


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

985


Explain goto?

720


Can you assign a different address to an array tag?

704