We have these structures given:
struct word { char* data; }; struct sentence { struct word* data; int word_count; //denotes number of words in a