Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the stack?

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


Please Help Members By Posting Answers For Below Questions

What does override mean in c++?

1118


What are mutator methods in c++?

1201


What are disadvantages of pointers?

1094


What is this weird colon-member (" : ") syntax in the constructor?

1072


Why do we need function?

1106


Describe about storage allocation and scope of global, extern, static, local and register variables?

1301


Which is best ide for c++?

1067


Can you please explain the difference between overloading and overriding?

1149


What is one dimensional array in c++?

1177


Explain what is class definition in c++ ?

1197


What does it mean to declare a destructor as static?

1153


Difference between pass by value and pass by reference?

1216


Is c++ primer good for beginners?

1086


what kind of projects are suitable for c and c++

1091


What is the best way to declare and define global variables?

1414