What is meant by STACK?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
how to run servlets in eclipse 3.3.2....if we choose file->new->servlet then after that it is showing javax.servlet.* ...cannot be resolved.......to avoid this error any external jar file is to be added? please help me regarding this issue........thank u
Is class is a abstract datatype in java?
What is the Difference between in memory database and physical database
Which design patterns have you used?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
what is difference between kpo and it industry? that is in terms of work, package etc
What is BASIS
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
Plz Show notepad Coding using c# in window based application
Why we need new operator in java at the time of object declaration and why not in c++?
Difference between views and index in sas programming