Write a code to generate a 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

What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


plz answer.. a program that takes a string e.g. "345" and returns integer 345

4 Answers  


Which driver is a pure java driver

0 Answers   Vertex,


What do you mean by invalid pointer arithmetic?

0 Answers  


What is openmp in c?

0 Answers  






What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance

1 Answers   IBM,


What is a double c?

0 Answers  


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...

1 Answers   Philips,


What is a keyword?

0 Answers  


how to make program without <> in libray.

0 Answers  


Categories