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


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

Post New Answer

More C Interview Questions

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


Why C language is a procedural language?

0 Answers   Ericsson,


print 1-50 with two loop & two print Statement

2 Answers  


Was 2000 a leap year?

0 Answers  


What does 3 periods mean in texting?

0 Answers  






What are the application of c?

0 Answers  


plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .

3 Answers  


what is bit rate & baud rate? plz give wave forms

0 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  


Write a factorial program using C.

0 Answers   iNautix,


What is hungarian notation? Is it worthwhile?

0 Answers  


Categories