I was wondering if it was posible to declare an array of strings inside a function and return its pointer to main so as to keep working with the same array.
I already kno