given the following input, what is output? 4 1 1990 typedef struct date struct { int month; int day; int year; } date; int main(void) { date mydate; s