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
Explain rethrowing exceptions with an example?
What is a virtual destructor? Explain the use of it?
What does h mean in maths?
Why ctype h is used in c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Is c++ a high level language?
Will the following program execute?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is a dynamic binding in c++?
What is static function? Explain with an example
what is multi-threading in C++?
What is the difference between method overloading and method overriding in c++?
What is static in c++?
What are the differences between malloc() and calloc()?
What is an html tag?