write a c program to calculate sum of digits till it reduces
to a single digit using recursion


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what is the benefit of using enum to declare a constant?

0 Answers  


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

0 Answers   Wipro,


What is putchar() function?

0 Answers  


Dont ansi function prototypes render lint obsolete?

0 Answers  


write program on arrays

3 Answers   GE, Polycab,






Write a program to find the smallest and largest element in a given array in c language

11 Answers   Microsoft, Vembu,


program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.

3 Answers  


Why do we use main function?

0 Answers  


Why should I prototype a function?

0 Answers  


write a programming in c to find the sum of all elements in an array through function.

0 Answers  


what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????

2 Answers   Apple,


What are enums in c?

0 Answers  


Categories