What is the stack?

Answer Posted / subhransu sekhar das

stack is a special datastructure in which we can insert and
delete item at only one end i,e top end.it is having the
order of lifo(last in first out)

Is This Answer Correct ?    38 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Destructor in C++?

632


Define a pdb file.

635


Define virtual constructor.

636


Specify different types of decision control statements?

348


How are Structure passing and returning implemented by the compiler?

593






What is ios :: in in c++?

627


What is called array?

617


Does c++ support exception handling?

589


What are inline functions? What is the syntax for defining an inline function?

572


What is the use of string in c++?

545


What is meant by a delegate?

602


What is the error in the code below and how should it be corrected?

297


What are virtual constructors/destructors?

571


Differentiate between a template class and class template in c++?

624


Which bit wise operator is suitable for putting on a particular bit in a number?

713