Answer Posted / 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 |
Post New Answer View All Answers
What is the merger sort principle and its time complexity.
what is an INI file?
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
9.Difference between even and odd signals?explain with the diagram?
hi viewers, tell me,what is scripting and programming, define and difference...pls
how can we implement locks in plsql?
1) How can u create the table?
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
Difference between debugging, running, executing of an application
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
kindly send interview materials
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.
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?