Write a program to print fibonacci series without using recursion?


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

Post New Answer

More C Interview Questions

Write a pro-gramme to determine whether the number is even or odd?

1 Answers  


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


What are the modifiers available in c programming language?

0 Answers  


What is the difference between c and python?

0 Answers  


what is meant by c

9 Answers   INiTS,






What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 Answers   Infosys, TCS,


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

0 Answers  


An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,


main() { int i; printf("%d",i^i); }

1 Answers  


What are the advantages of using Unions?

0 Answers   IBS,


Categories