Linked List
There are various datatypes in c/c++ and a Linked list is one of them. A linked list is a non-primitive datatype. Just like an array, it can also store homogeneous data in it.
What is the difference between an array and a Linked List?
The main differ...
pranavsharma.hashnode.dev3 min read