The function accepts an array of zero or more strings that has a NULL in the last location. It frees all memory allocated for the array for strings.
Question void free strings (char **strings); The function accepts an array of zero or more strings that has a NULL
Read more