Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
No Answer is Posted For this Question
Be the First to Post Answer
i need all types of question paper releted to "c" and other language.
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
What is the advantage of c?
Is there any demerits of using pointer?
how do we remove the printed character in printf statement and write next it it
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
What is the difference between getch() and getche()?
write a program to generate 1st n fibonacci prime number
What is a program flowchart?
can we declare a function in side the structure?
Can variables be declared anywhere in c?