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
What is the relation between # and include<stdio.h>
How would you find a cycle in a linked list?
What is the difference between functions getch() and getche()?
Explain #pragma statements.
In which layer of the network datastructure format change is done
suppose there are five integers write a program to find larger among them without using if- else
What are the various types of control structures in programming?
What is a structural principle?
What is a file descriptor in c?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
Eight queens puzzle
What is function prototype?