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...

Program to find the sum of digits of a given number until
the sum becomes a single digit

Answer Posted / shreshtha bhattacharya

82
25
52
63
65

Is This Answer Correct ?    1 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is a static function?

1157


Explain what are the different data types in c?

1265


Which is the memory area not included in C program? give the reason

1998


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

1170


What are the functions to open and close the file in c language?

1085


What is the stack in c?

1226


How main function is called in c?

1167


How can you find the day of the week given the date?

1239


how to count no of words,characters,lines in a paragraph.

4470


Who developed c language?

1150


Explain what is a stream?

1143


What does return 1 means in c?

1116


What are variables c?

1093


Why structure is used in c?

1238


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

1308