Answer Posted / firstdew
stack is liner data structure which work on simple theorem
of first in first out (like piles of plates kept in order)in
which addition as well as deletion happens from only one end
that is top.
| Is This Answer Correct ? | 2 Yes | 34 No |
Post New Answer View All Answers
What operators can you overload in c++?
Explain mutable storage class specifier.
What is a tuple c++?
What are the operators in c++?
What is difference between rand () and srand ()?
Can I create my own functions in c++?
daily Routine of father
What is an accessor in c++?
Describe the advantages of operator overloading?
Is c++ still in demand?
What are references in c++?
What is a wchar_t in c++?
Incase of a function declaration, what is extern means?
What is a local variable?
If all is successful, what should main return a) 0 b) 1 c) void