Posts by Dalison Sergio da Rocha • 19 points
2 posts
-
-1
votes2
answers716
viewsA: Count number of cells in a chained list
Solve the segmentation fault problem. I have a simpler problem. I have to create a recursive function that counts the number of cells. contaRecursiva(celula *p, int cont2) { int cont = cont2;…
canswered Dalison Sergio da Rocha 19 -
2
votes2
answers716
viewsQ: Count number of cells in a chained list
I made the following code to count the number of cells in a chained list. But it is giving segmentation failure (use Linux). I wish someone would help me. #include <stdio.h> #include…
casked Dalison Sergio da Rocha 19