Posts by Marcos • 21 points
2 posts
- 
		0 votes1 answer169 viewsQ: Program stopping responding in C - chained listI’m doing a college job in C and I’ve pretty much finished it. However, I got caught up in a bug that I can’t get out of. My show, when I cross the line aux1=aux1->next; simply stops working. It… 
- 
		2 votes0 answers236 viewsQ: Print list simply chained backwards in CI have a list simply chained where each node has a value, they are respectively 1, 2, 3, 4 and 5. I want to print the values of the list only for aesthetic reasons like 5, 4, 3, 2, 1 without…