"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