Please Login To Continue

Basic Data Structures: Print A Linked List

Lesson 6 of 18 • 3 upvotes • 7:11mins

Avatar

Abhishek Sehgal

This lesson deals with how we can print a linked list. We see that to print a linked list we only need the address of the first node, once we have that we can print the data contained by the first node and through that we can access the second node and then iterate through the whole list until we encounter a Null. The lesson then has multiple examples of how this can be done.

Crack Programming with Unacademy

Get subscription and access unlimited live and recorded courses from India's best educators
Structured syllabus
Structured syllabus
Daily live classes
Daily live classes
Ask doubts
Ask doubts
Tests & practice
Tests & practice

Similar Plus Courses