Answer Posted / subhransu sekhar das
stack is a special datastructure in which we can insert and
delete item at only one end i,e top end.it is having the
order of lifo(last in first out)
| Is This Answer Correct ? | 38 Yes | 1 No |
Post New Answer View All Answers
Difference between delete and free.
Write about the various sections of the executable image?
What are the various arithmetic operators in c++?
What is searching?
What does it mean to declare a member function as virtual?
What are the extraction and insertion operators in c++? Explain with examples.
Is c++ a programming language?
Is it possible to provide default values while overloading a binary operator?
What is endl c++?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Which one is better- macro or function?
Explain all the C++ concepts using examples.
What are the various situations where a copy constructor is invoked?
How to declare an array of pointers to integer?
What does std mean in c++?