what is the Output for the program?

main ()
{
int months, days;
printf("Enter days\n"); 
scanf("%d", &days);
months days / 30;
days= days 30 ;
printf("Months = %d Days = %d", months, days);
}

Posted on by