im not getting the expected output<<< plz check the bug, and let me know
plz edit in my code
Circular linked list problem
@Bhavya_Goel
There is mistake in line 44, It should be if(tail->data == data). Check the condition, its “==” not “=”
im not getting the expected output<<< plz check the bug, and let me know
plz edit in my code
@Bhavya_Goel
There is mistake in line 44, It should be if(tail->data == data). Check the condition, its “==” not “=”