sweetgigi4631 sweetgigi4631 15-01-2024 Computers and Technology contestada "In the following code, is the ""tag"" mandatory or optional? typedef struct Student { char name[20]; int number; struct Student * stup;} Student; " a) Mandatory b) Optional c) Depends on the compiler d) Depends on the operating system