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 structure in c definition?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is the best way of making my program efficient?
What is masking?
wat s the meaning of (int *)p +4;
What is a stream water?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
How we can insert comments in a c program?
There seem to be a few missing operators ..
Explain 'far' and 'near' pointers in c.