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 size of a vector?
What does obj stand for?
Define pure virtual function?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Specify different types of decision control statements?
What is size_type?
How would you differentiate between a pre and post increment operators while overloading?
How does java differ from c and c++?
What will happen if a pointer is deleted twice?
What is microsoft c++ redistributable?
Explain function overloading and operator overloading.
What is pure virtual function?
What does the ios::ate argument do?
Is the declaration of a class its interface or its implementation?
Explain stack & heap objects?