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
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Write down the program to sort the array.
why the execution starts from main function
what is the use of using linked list and array?
How do you access command-line arguments?
If we give two names then this displays the connection between the two people. It is nothing but flames game
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
Explain indirection?
What is the return type of sizeof?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }