Linked list Discussion by Fahim Al-Amin Auntu - Wednesday, 27 September 2023, 11:18 PM Number of replies: 0 A node links to the next node in a linked data structure ( linked list) using pointers. Specifically, a pointer in one node is used to store the memory address of the next node in the sequence. Permalink Reply