bparker3633 bparker3633 23-11-2022 Computers and Technology contestada he following program generates an error. why? typedef struct date struct { int date; int month; int year; } date; typedef struct time struct { int hou