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
No Answer is Posted For this Question
Be the First to Post Answer
Is array a primitive data type in c?
What is the difference between malloc() and realloc()?
How many types of errors are there in c language? Explain
Why pointers are used in c?
What is structure padding in c?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
What are header files why are they important?
write a program to print %d ?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
Write a program that accept anumber in words
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Explain how to reverse singly link list.