learning cpp
ADVANCE DATA STRUCTURES
C TUTORIAL
CPP Programs
CPP Projects
DATA STRUCTURES THROUGH C
DBMS
DCCN
HOME
Interview Questions
JAVA
Operating Systems
SOFTWARE ENGINEERING
SYSTEM ADMINISTRATION
learn Web Designing
Friday, 30 September 2011
Checking queue is underflow (empty) or not?
Underflow in a queue occurs when we try to delete an element when the queue is empty.
int isempty()
{
return(r==-1);
}
Queues
Queues operations (or) implementing the Queues
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment