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
displaying the queue
displaying the queue
void display()
{
if(isempty())
cout<<"queue is empty (or) underflow\n";
else
for(int i=f;i<=r;i++)
cout<<a[i]<<"\n";
}
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