Kayx7026 Kayx7026 23-11-2022 Engineering contestada 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