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
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
What is the Purpose of 'extern' keyword in a function declaration?
What is the difference between realloc() and free()
What is the difference b/w Structure & Class?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
Is c compiled or interpreted?
what is ans for this scanf(%%d",c);
How can you be sure that a program follows the ANSI C standard?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
when to use : in c program?