Queryspace - what is meant by overflow and underflow?
 
     
 Home > Education and Career
Previous Next


Anonymous

Open Question

May 23, 2007, 8:41 am
what is meant by overflow and underflow? 
what is meant by overflow and underflow? 

   
   

Answers  (1)


Anonymous
May 30, 2007,3:52 am
overflow condition occurs,when an attempt is made to insert an element in to the linked list,when the list is full and no free space is available.
<br>underflow condition occurs when an attempt is made to delete an element from the linked list,when the list is empty.