"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