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
What are the 4 types of functions?
Why pointers are used?
write a program to swap two numbers without using temporary variable?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
What is malloc() function?
Explain what is page thrashing?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
What is s or c?
Why c is a procedural language?
Is c dynamically typed?
What is the benefit of using an enum rather than a #define constant?
How many types of errors are there in c language? Explain