Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a program in c to input a 5 digit number and print it
in words.

Answer Posted / manoj kumar

the program u wrote is wrong because it prints in reverse
means if u gave 12345 the output will be five four three
two one like this
for getting correct output the given number would be
reversed and we write code for that reversed number.

Is This Answer Correct ?    27 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to display all prime numbers

2024


Is fortran faster than c?

1086


Do you know the difference between exit() and _exit() function in c?

1113


What is the explanation for modular programming?

1277


a value that does not change during program execution a) variabe b) argument c) parameter d) none

1296


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

2218


How do you print only part of a string?

1073


Differentiate between functions getch() and getche().

1112


Explain what are the different file extensions involved when programming in c?

1163


How can you call a function, given its name as a string?

1209


What is an auto keyword in c?

1150


writ a program to compare using strcmp VIVA and viva with its output.

2087


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2697


What is putchar() function?

1223


code for replace tabs with equivalent number of blanks

2217