How to use free() function when it is used inside a function, in this function it generates a dynamic vector and itself will be the return of the function, eg:
int* copia(int *vet, int tam)
{
int i, *retorno;
retorno = (int*) ma...
asked by
05.12.2015 / 18:25