C Program To Display Zodiac Sign for Given Date of Birth



C Program To Display Zodiac Sign for Given Date of Birth

C Program To Display Zodiac Sign for Given Date of Birth

http://technotip.com/7207/c-program-to-display-zodiac-sign-for-given-date-of-birth/

Write a C program that receives month and date of birth as input and prints the corresponding Zodiac sign or Astrological sign or Sun Sign based on the following table:

Sun Sign || From – To
Capricorn || December 22 – January 19
Aquarius || January 20 – February 17
Pisces || February 18 – March 19
Aries || March 20 – April 19
Taurus || April 20 – May 20
Gemini || May 21 – June 20
Cancer || June 21 – July 22
Leo || July 23 – August 22
Virgo || August 23 – September 22
Libra || September 23 – October 22
Scorpio || October 23 – November 21
Sagittarius || November 22 – December 21

C Programming Interview / Viva Q&A List
http://technotip.com/6378/c-programming-interview-viva-qa-list/

C Programming: Beginner To Advance To Expert
http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/

Comments are closed.