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

What are the five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


what is difference between c and C#

12 Answers   MCN Solutions,


What is meaning of web application. & the purpose of web application. with description.

1 Answers  


can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com

0 Answers  


What is the meaning of .(dot) in .NET framework?

1 Answers   HCL,






Artficial language is provided which of the language?

3 Answers   Geometric Software,


will it allow to add same value in HashMap class.

0 Answers  


Data Structure: Show that if k is the smallest integer greater than or equal to n+ (log2n)-2, k comparisons are necessary and sufficient to find the largest and second largest elements of a set of n distinct elements. (k comparisons are required to find what you are looking for, but no more than that are needed)

0 Answers   Student,


HTML is a subset of

8 Answers  


What is the worst case of AVL tree?

1 Answers  


kindly send interview materials

0 Answers   SoftSquare,


how to invoke the macro in another macro?

1 Answers   Accenture,


Categories