Change the following code into a more simple code. after that, Tryto improvise the code so it will make it longer and better! Try tomake it as simple as it is but with a lot of feature
Make sure to write it in C language.
#include <stdio.h>#include <string.h>#include <time.h>
void zodiac_sign(int day, char month[20]){char astro_sign[20];if (!strcmp(month, “december”)) {if (day < 22)strcpy(astro_sign, “Sagitarius”);elsestrcpy(astro_sign, “capricorn”);}else if (!strcmp(month, “January”)) {if (day < 20)strcpy(astro_sign, “Capricorn”);elsestrcpy(astro_sign, “aquarius”);}else if (!strcmp(month, “February”)) {if (day < 19)strcpy(astro_sign, “Aquarius”);elsestrcpy(astro_sign, “pisces”);}else if (!strcmp(month, “March”)) {if (day < 21)strcpy(astro_sign, “Pisces”);elsestrcpy(astro_sign, “aries”);}else if (!strcmp(month, “April”)) {if (day < 20)strcpy(astro_sign, “Aries”);elsestrcpy(astro_sign, “taurus”);}else if (!strcmp(month, “May”)) {if
PayPal Gateway not configured
PayPal Gateway not configured