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
how to impliment 2 or more stacks in a single dimensional array ?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
What is an array? What the different types of arrays in c?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
What are the string functions? List some string functions available in c.
What is pointer and structure in c?
What are signals in C?
Find greatest number out of 10 number without using loop.
please send me the code for multiplying sparse matrix using c
What is the use of structure padding in c?
What are the different types of storage classes in C?
Can u return two values using return keyword? If yes, how? If no, why?