In the video prateek bhaiya has only explained linked list with HEAD pointer only.
But in my program I have created Liked List using HEAD & TAIL both pointers.
So how can I overload “>>” and “<<” to get the correct output as explained in the video.
My code Link -> https://ide.codingblocks.com/s/452195
Note :- Run this code in NON-CP based Editor, like VS CODE.
Thank you😊