I want to implement dynamically growing array in C. I read the words from a file to a char** array and when the array is full grow its size by 2. But when