Hello, I'm trying to create a linked list automatically, that is, it will be created inside a for . But for some reason I get the error segmentation fault, follow the code:
no *lista, *cabeca;
int n, r1, *r2;
int i,j;
cabeca = mall...
asked by
02.09.2016 / 20:47