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
What is searching? Explain linear and binary search.
Why do we need runtime polymorphism in c++?
What is the use of pointer in c++ with example?
What is ctime c++?
Which coding certification is best?
What is algorithm in c++ programming?
What are the restrictions apply to constructors and destructors?
What is the benefit of encapsulation?
Define upcasting.
Define a nested class. Explain how it can be useful.
When should you use global variables?
What are the comments in c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Is it possible to have a recursive inline function in c++?
What does the ios::ate argument do?