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
What is object in c++ example?
What is increment operator in c++?
What are the various compound assignment operators in c++?
Are vectors faster than arrays?
How new/delete differs from malloc()/free?
What are pointer-to-members in C++? Give their syntax.
What's the hardest coding language?
What is a c++ map?
Why namespace is used in c++?
When should we use container classes instead of arrays?
How do you remove an element from a set in c++?
What is the protected keyword used for?
Explain unexpected() function?
What is setfill c++?
Is c better than c++?