write a program fibonacci series and palindrome program in c


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

Post New Answer

More C Interview Questions

What are local static variables?

0 Answers  


Explain the difference between structs and unions in c?

0 Answers  


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


Why dont c comments nest?

0 Answers  


why effort estimation is important?

1 Answers  






Are the outer parentheses in return statements really optional?

0 Answers  


what is difference between c and c++

4 Answers  


What is the diffrent between while and do while statement ?

6 Answers  


write a program to find the number of even integers and odd integers in a given array in c language

13 Answers   IAI Cameroun, NIIT, Olive Tech, QIS,


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


What is an volatile variable?

15 Answers   HP,


Do array subscripts always start with zero?

0 Answers  


Categories