1234554321
1234 4321
123 321
12 21
1 1
12 21
123 321
1234 4321
1234554321


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%

4 Answers  


Where register variables are stored in c?

0 Answers  


what does exit() do?

3 Answers   Cadence,


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,






What is typedf?

0 Answers  


What is the scope of static variables?

1 Answers  


What is pass by reference in c?

0 Answers  


What is volatile variable in c?

0 Answers  


What are the __date__ and __time__ preprocessor commands?

0 Answers  


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


What is static volatile in c?

0 Answers  


Categories