English, asked by nargisrhs4980, 9 months ago

What is the overflow condition for single linked list

Answers

Answered by Medha1305
0

Overflow happens at the time of insertion. If we have to insert new space into the data structure, but there is no free space i.e. availability list is empty, then this situation is called 'Overflow'. The programmer can handle this situation by printing the message of OVERFLOW

Similar questions