I have a struct like this
struct MusicInfo{
char *genre; char *title: };
How do I malloc each field in main?