Answer Posted / subhransu sekhar das
stack is a special datastructure in which we can insert and
delete item at only one end i,e top end.it is having the
order of lifo(last in first out)
| Is This Answer Correct ? | 38 Yes | 1 No |
Post New Answer View All Answers
Why cstdlib is used in c++?
Difference between overloaded functions and overridden functions
What is the most common mistake on c++ and oo projects?
What is a c++ object?
What is the keyword auto for?
How can you differentiate between inheritance and implementation in c++?
What is the difference between global int and static int declaration?
What is the difference between a template and a macro?
What are advantages of using friend classes?
What is anonymous object in c++?
What does new in c++ do?
How is modularity introduced in C++?
Is java as fast as c++?
Write syntax to define friend functions in C++.
What is endianness?