Answer Posted / sushant
stack is a linear data structure which is used for storing data in LIFO manner in this u can insert delete update data at any time by using PUSH POP options it works on TOP t0 BOTTOM manner.. it is used by many programming languages like C C++ JAVA PHP because of its best memory interpretation ease of use in stack is searching sorting and data mangement this is also used by compiler for thread management of opreator precedence table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c++ a good beginners programming language?
Explain pass by value and pass by reference.
What is pointer to array in c++?
Explain the benefits of proper inheritance.
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What problems might the following macro bring to the application?
what are the iterator and generic algorithms.
Describe linkages and types of linkages?
What is type of 'this' pointer?
How does com provide language transparency?
What is flush programming?
Define the process of handling in case of destructor failure?
Why namespace is used in c++?
Write a recursive program to calculate factorial in c++.
How does class accomplish data hiding in c++?