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
Explain what is a static function?
Explain what are the different data types in c?
Which is the memory area not included in C program? give the reason
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
What are the functions to open and close the file in c language?
What is the stack in c?
How main function is called in c?
How can you find the day of the week given the date?
how to count no of words,characters,lines in a paragraph.
Who developed c language?
Explain what is a stream?
What does return 1 means in c?
What are variables c?
Why structure is used in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?