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
What do header files do?
How can I split up a string into whitespace-separated fields?
Tell us something about keyword 'auto'.
Explain the array representation of a binary tree in C.
Can you write a programmer for FACTORIAL using recursion?
What's a good way to check for "close enough" floating-point equality?
Why double pointer is used in c?
What are structure members?
Explain the difference between call by value and call by reference in c language?
Under what circumstances does a name clash occur?
The difference between printf and fprintf is ?
Explain Function Pointer?
What is sizeof array?
What are structures and unions? State differencves between them.
Explain how can I pad a string to a known length?