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
Why do we need volatile in c?
how to swap two nubers by using a function with pointers?
without using arithmatic operator convert an intger variable x into x+1
What is time null in c?
Q. where is the below variables stored ? - volatile, static, register
What does nil mean in c?
Explain how can you tell whether a program was compiled using c versus c++?
write a program to interchange the value between two variable without using loop
How do I get a null pointer in my programs?
what is the different bitween abap and abap-hr?
program for reversing a selected line word by word when multiple lines are given without using strrev
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }