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
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
What is oops c?
What is Memory leakage ?
Can variables be declared anywhere in c?
Is array name a pointer?
Write a program to generate prime factors of a given integer?
How do you print only part of a string?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Write a small C program to determine whether a machine's type is little-endian or big-endian.
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
can we define a function in structure?