Q23 Write a program that receives month and date of birth as input and prints the corresponding Zodiac sign based on the following table
Program: 91
Write a c program that receives month and date of birth as input and prints the corresponding Zodiac sign based on the following table:
Output:
Enter the day of birth(1 to 31): 22 Enter the month of birth(1 to 12): 2 Your Zodiac Sign is Pisces.