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
What is linked list in c++?
How can virtual functions in c++ be implemented?
What are the vectors in c++?
What is constructor c++?
In a function declaration what does extern means?
Does c++ have string data type?
What is meant by a delegate?
What is a dynamic binding in c++?
Which operations are permitted on pointers?
What is a block in c++?
Should the this pointer can be used in the constructor?
What are stacks?
Write a function that swaps the values of two integers, using int* as the argument type?
What are the four main data types?
What is the difference between the indirection operator and the address of oper-ator?