Posts by Lucas Moura • 3 points
1 post
-
-4
votes1
answer54
viewsQ: Doubt how to reverse values in a statistic list in C
Hi, I’m having second thoughts about a university paper on how to reverse a sequence of numbers into a static list in C. The specific part I’m doubting is : **int SList_reverse(SList* lista, int…