What is the stack?

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


Please Help Members By Posting Answers For Below Questions

What is a constructor in c++ with example?

670


Describe the syntax of single inheritance in C++?

737


In a function declaration, what does extern mean?

713


What is :: operator in c++?

684


Can we make any program in c++ without using any header file and what is the shortest program in c++.

713






How do you define/declare constants in c++?

693


Is c++ vector dynamic?

647


What is c++ manipulator?

639


what is Loop function? What are different types of Loops?

735


Explain stack unwinding.

731


What does floor mean in c++?

673


What is long in c++?

837


What does it mean to declare a member function as virtual?

667


What is linked list in c++?

783


How can a called function determine the number of arguments that have been passed to it?

757