@durga-TpX3gO
•
Oct 26, 2024
Oct 26, 2024
1.3K
linked list in C
OK!
I declare few nodes . lets say my node is named as sortElement.
now I want to store the memory locations of these nodes in an array
How do...