Stack using Linked list
#include "process.h"
#include "iostream.h"
struct node
{
int info;
node *next;
};
Tuesday, May 25, 2010
Source code For Stack implementation using linked list in C++
Posted by Janaki Narayanamma P at 8:13 PM 0 comments
Subscribe to:
Posts (Atom)