I'm trying to code a dynamic array in C with a function to double my character array of strings whenever i run up to capacity: The statment &newArray results in a pointer to a location on the stack, ...