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
How can I call a function with an argument list built up at run time?
what is the basis for selection of arrays or pointers as data structure in a program
How can you allocate arrays or structures bigger than 64K?
can anyone please tell about the nested interrupts?
code for reverse alternate words from astring
Is main() function predfined or userdefined?
can we execute the program with the object file
What is the purpose of void pointer?
What is the heap?
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
why Language C is plateform dependent