What is meant by STACK?

Answers were Sorted based on User's Feedback



What is meant by STACK?..

Answer / swetcha

A stack is a collection of items in which only the most
recently added item may be removed. The latest added item
is at the top. Basic operations are push and pop. Often top
and isEmpty are available, too. Also known as "last-in,
first-out" or LIFO.

Is This Answer Correct ?    43 Yes 1 No

What is meant by STACK?..

Answer / kanchan

stack is one of the data strucure, in which we can add and
remove item on the principle of last in first out(LIFO)...

Is This Answer Correct ?    19 Yes 2 No

What is meant by STACK?..

Answer / aravindh.r

Stack data structures refer to the lists stored and accessed
in a special way where LIFO(Last In First Out) technique is
followed.In stacks,insertion and deletions take place only
at the end,called TOP.

Is This Answer Correct ?    11 Yes 3 No

What is meant by STACK?..

Answer / r.narendran

stack is a collection of items,it is also one data structure
in that we can add and remove item or insertion and deletion
progress takes place on the principle of "LIFO".

Is This Answer Correct ?    3 Yes 1 No

What is meant by STACK?..

Answer / jaya kumar e

stack is one of the data strucure, in which we can add and 
remove data or item on the principle of (LIFO) last in first out.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Programming Languages AllOther Interview Questions

Please describe an example where you used object orientation in one of your programs.

0 Answers  


what do you meant by Platform-Independent in Java?

6 Answers   Persistent,


In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

0 Answers  


What is the language used for Artificial Intelligence?

1 Answers  


How many packages available in java??

7 Answers   CTS,






which book we learned this mantis? how many version are realsed this mantis upto now?

0 Answers  


HTML is a subset of

8 Answers  


You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)

0 Answers   Amazon,


Hello Experts, What is the difference between move and move corresponding exactly? please post me asap

0 Answers  


HOW TO DOWNLOAD ORCUT SITE VIDEOS IN PC WITH THE HELP OF MOZILL'S FIREFOX?

0 Answers  


When you?re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

2 Answers   BirlaSoft,


Define Abstract method & class with Example

3 Answers  


Categories