There was some problem at insertion in begin of circular linked list, and 1st element 10 is not printed on console.
Please help me in rectfying the above.
Also, I am not able to implement insertion at middle of circular linked list, and insertion at end of circular linked list.
Please, implement them as well and explain them to me.
Thank you