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

Why c is a procedural language?

0 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  


What does static mean in c?

1 Answers  


What's the best way of making my program efficient?

0 Answers   Celstream,


What is variable declaration and definition in c?

0 Answers  






What is actual argument?

0 Answers  


Do you have any idea how to compare array with pointer in c?

0 Answers  


What is void main () in c?

0 Answers  


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


Explain bitwise shift operators?

0 Answers  


Categories