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

Difference between strcpy() and memcpy() function?

0 Answers  


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


How many keywords are there in c?

0 Answers  


can we change the default calling convention in c if yes than how.........?

0 Answers   Aptech,


How can you draw circles in C?

0 Answers   Accenture,


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

0 Answers  


How to implement call back functions ?

3 Answers   HP,


What is conio h in c?

0 Answers  


What are the different types of constants?

0 Answers  


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


Is that possible to add pointers to each other?

0 Answers  


Is exit(status) truly equivalent to returning the same status from main?

0 Answers  


Categories