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
What is a constructor in c++ with example?
Describe the syntax of single inheritance in C++?
In a function declaration, what does extern mean?
What is :: operator in c++?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
How do you define/declare constants in c++?
Is c++ vector dynamic?
What is c++ manipulator?
what is Loop function? What are different types of Loops?
Explain stack unwinding.
What does floor mean in c++?
What is long in c++?
What does it mean to declare a member function as virtual?
What is linked list in c++?
How can a called function determine the number of arguments that have been passed to it?