please give code for this 1 2 4 7 11 16
Answer Posted / sai
sk rider
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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
What is the use of typedef in c?
What does node * mean?
Can a variable be both const and volatile?
Are global variables static in c?
What does void main return?
What is the total generic pointer type?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is c programing language?
Explain what happens if you free a pointer twice?
What is the difference between local variable and global variable in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Is a house a mass structure?
What is the symbol indicated the c-preprocessor?
How can I get back to the interactive keyboard if stdin is redirected?