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
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
What is the difference between a free-standing and a hosted environment?
can we store values and addresses in the same array? explain
What is difference between static and global variable in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Explain what are compound statements?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
Is c object oriented?
When a c file is executed there are many files that are automatically opened what are they files?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What is the use of typedef in structure in c?
What is the newline escape sequence?