I created a cliente
structure and the next idea would be to create an array clientes
.
My idea would be to declare the array clientes
globally, so that all functions can interact without being passed as an input parameter. But as I am very beginner I do not know if it is a good practice.