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 is the diffrent between while and do while statement ?
Write a program that his output * *** *****
What does p mean in physics?
write function to reverse char array ... without using second array
Is r written in c?
sir, i cannot find the way how to write aprogram by using array on queue
Explain indirection?
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
how to find binary of number?
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
In which layer of the network datastructure format change is done
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]