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 |
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
What's the difference b/w Table & Templete in Smartform?
73. How can you set the status and title for a modal dialog box? a) In the attributes of the corresponding screen. b) Before the corresp. call screen statement. c) In a PBO module of the corresponding screen. d) In the PAI module of the corresponding screen.
what is the difference between a namespace and assembly ?
what are the differences between CONS, LIST, and APPEND
Can we write a method in JSP.If so how?
which one is the best practice using synchronization method or synchronization block
Find out the list of authorization objects which contains activity as a field? Thanks in advance.
How to get the index of the clicked field in reports in ABAP?