Answer Posted / karthikamburu
stack is an abstract data type and data structure based on
the principle of Last In First Out (LIFO). Stacks are used
extensively at every level of a modern computer system. For
example, a modern PC uses stacks at the architecture level,
which are used in the basic design of an operating system
for interrupt handling and operating system function calls.
Among other uses, stacks are used to run a Java Virtual
Machine, and the Java language itself has a class
called "Stack", which can be used by the programmer.
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is lambda in c++?
How to defines the function in c++?
What is buffer and example?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What is the difference between the parameter to a template and the parameter to a function?
Which one is a preferred language C or C++? Why?
Differentiate between a pointer and a reference with respect to c++.
Write about the role of c++ in the tradeoff of safety vs. Usability?
What are the c++ access specifiers?
Which coding certification is best?
How to give an alternate name to a namespace?
Difference between pointer to constant and constant pointer to a constant. Give example.
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is a responder chain?
What is iostream in c++ used for?