I have a struct:
struct fruit_t { char fruit_name[MAX_LENGTH]; // name of fruit float quantity; // in lbs float price; // price