Write a program of advanced Fibonacci series.


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

Post New Answer

More C Interview Questions

how to implement stack work as a queue?

2 Answers  


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

0 Answers   HP,


Explain what is the benefit of using const for declaring constants?

0 Answers  


"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.

11 Answers   ABC Infotech, ADP, College School Exams Tests, Kovair,


what is ans for this scanf(%%d",c);

1 Answers  






difference between the array and linked list general difference related to memory

2 Answers  


What does dm mean sexually?

0 Answers  


What is a pointer in c?

0 Answers  


What does a function declared as pascal do differently?

0 Answers  


Tell us two differences between new () and malloc ()?

0 Answers   Adobe,


what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā€œ%d\nā€,j); }

14 Answers   Oracle,


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


Categories