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
Do you know what are bitwise shift operators in c programming?
I have a varargs function which accepts a float parameter?
What is static function in c?
Why we write conio h in c?
What is c language used for?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
What are the similarities between c and c++?
what is the use of ‘auto’ keyword?
how to print this pyramid * * * * * * * * * * * * *
What is function pointer c?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
What is the difference between functions abs() and fabs()?