What are stacks?
No Answer is Posted For this Question
Be the First to Post Answer
List the merits and demerits of declaring a nested class in C++?
what are the iterator and generic algorithms.
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
What is the use of this pointer in c++?
Can a list of string be stored within a two dimensional array?
What are the differences between new and malloc?
what is the C++
What is a virtual destructor?
What is RAII (Resource Acquisition Is Initialization)?
What is a static element?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?