Answer Posted / firstdew
stack is liner data structure which work on simple theorem
of first in first out (like piles of plates kept in order)in
which addition as well as deletion happens from only one end
that is top.
| Is This Answer Correct ? | 2 Yes | 34 No |
Post New Answer View All Answers
When should I use unitbuf flag?
Are vectors faster than arrays?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
How many static variables are created if you put one static member into a template class definition?
What is low level language in simple words?
Explain the properties and principles of oop.
Differentiate between late binding and early binding.
What is a hash function c++?
What happens when you make call 'delete this;'?
What is the best way to declare and define global variables?
Is c++ built on c?
Explain about Virtual Function in C++?
What are the four partitions in which c++ compiler divides the ram?
What is a Default constructor?