Posts by João M. Silva • 101 points
2 posts
-
5
votes3
answers396
viewsQ: Doubt: dynamic list chained inside another, in C
I’m having a huge difficulty to be able to create a dynamically chained list within another using data structure and manipulation, because I haven’t found anything that exemplifies how to create a…
-
4
votes2
answers4158
viewsQ: How to create a dynamic chained list within another dynamic list in C?
I’m having a really hard time creating a dynamically chained list inside another one using data structure. I can create a dynamic list, but I can’t create another one inside it. To illustrate what I…