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
What is #include called?
What is a loop?
Explain the difference between malloc() and calloc() function?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
Software Interview Questions
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Describe the steps to insert data into a singly linked list.
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.
What is difference between && and & in c?
What is the need of structure in c?
Expand the following LKB BKL FFG