0
Write a function POPBOOK( ) in C++ to perform delete operation from a dynamic stack, which contains Bno and Title.
struct NODE { int Bno; char Title[20]; NODE *Link; };
1 Answer
+ 4
Very interesting assignment!
We love to see the code along with your question because we are programmers!
We love to do it if we see your best shot because we need motivation!
We love to appreciate your effort because we know how hard it can be to formulate a solution!