Answer Posted / stranger
A stack is an abstract data type and data structure based on
the principle of Last In First Out (LIFO).A stack is an
ordered list of items.
Items are removed from this list in the reverse order to the
order of their addition.
There are two main operations: push and pop. The push
operation adds (stores) to the list. The pop operation
removes (deletes) an item from the list.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the main use of c++?
Can I create my own functions in c++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is a container class? What are the types of container classes in c++?
What are proxy objects in c++?
What is the default access level?
Can you please explain the difference between overloading and overriding?
Does c++ have a hash table?
When do we run a shell in the unix system?
what is C++ exceptional handling?
Explain how an exception handler is defined and invoked in a Program.
What are arithmetic operators?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Which compiler does turbo c++ use?
What is the basic difference between C and C++?