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
Explain the term memory alignment?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What is do..while loops structure?
Why is c++ still best?
What are associate containers?
what is data abstraction in C++?
What are all predefined data types in c++?
What is the full form of stl in c++?
What is the most powerful coding language?
Explain how a pointer to function can be declared in C++?
What do you understand by zombie objects in c++?
What is data hiding c++?
What is a singleton class c++?
What is the use of endl in c++ give an example?
Is c or c++ more useful?