Answer Posted / sushant
stack is a linear data structure which is used for storing data in LIFO manner in this u can insert delete update data at any time by using PUSH POP options it works on TOP t0 BOTTOM manner.. it is used by many programming languages like C C++ JAVA PHP because of its best memory interpretation ease of use in stack is searching sorting and data mangement this is also used by compiler for thread management of opreator precedence table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of setprecision in c++?
Why should we use null or zero in a program?
What are the advantages of pointers?
Can we inherit constructor in c++?
What does int * mean in c++?
Define a pdb file.
Name the debugging methods that are used to solve problems?
Can recursive program be written in C++?
What are c++ data types?
Explain container class.
What are the rules about using an underscore in a c++ identifier?
How come you find out if a linked-list is a cycle or not?
describe private access specifiers?
How do I run a program in notepad ++?
Which software is used to run c++ program?