Posts by Bruno Salazar • 1 point
1 post
- 
		-1 votes2 answers52 viewsQ: Chained ListI’m having trouble understanding this struct pointer concept within the struct, how does it work? how endlessly stores the next element’s address? typedef struct elemento Elemento; struct elemento {… casked Bruno Salazar 1