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

what will happen if you free a pointer twice after allocating memory dynamically ?

3 Answers   Novell,


how logic is used

0 Answers  


What is line in c preprocessor?

0 Answers  


What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,


What is c programing language?

0 Answers  






what is the difference between #include<stdio.h> and #include"stdio.h" ?

6 Answers   TCS,


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


What is structure padding & expalain wid example what is bit wise structure?

1 Answers  


How old is c programming language?

0 Answers  


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


How is actual parameter different from the formal parameter?

0 Answers  


what is the difference between embedded c and turbo c ?

1 Answers  


Categories