loveb3057 loveb3057 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; } Student;" a) Mandatory b) Optional c) Depends on the compiler d) Depends on the operating system