0
How to implement linked list using different functions?
functions are like insertion, printList, delete, etc.
1 Answer
0
you can easily implement the singly doubly...... easily using c++ with its predefined functions rather in c you want to write the code for creating all types of data structures