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

Outline the two important features of a terminating recursion. Any ideas?

0 Answers  


can we retrieve only integer/String type columns from a table,if yes how?

0 Answers  


why Java is not purely object oriented?

9 Answers   Persistent,


3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....

0 Answers   CTS,


sample and simple coding where we get?

0 Answers   IBM,






What is Boxing?

3 Answers  


what are wrapper classes

2 Answers  


what is difference between scripts, smartforms and adobe forms

5 Answers  


what will we require to build project with the help of oracle

0 Answers  


What is the use of Differ interface check box in Ship confirm?

0 Answers  


in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?

0 Answers  


Write a program to read and print a text file on screen

1 Answers   Peerless,


Categories