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
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
c program to arrange digits in a no in ascending and descending order
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
Why #include is used in c language?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
What standard functions are available to manipulate strings?
What is getch c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
what is the need for main function in c?
Is c procedural or object oriented?
Write a programe print the sum of series 0,1,2,.....10