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
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Can a program run without main function?
What is istream c++?
What does return 0 do in c++?
How the keyword struct is different from the keyword class in c++?
Is c++ pass by reference or value?
Define copy constructor.
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Explain abstraction.
What do you mean by function overriding & function overloading in c++?
When does the c++ compiler create temporary variables?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Difference between strdup and strcpy?
How will you call C functions from C ++ and vice-versa?