What c++ library is string in?
No Answer is Posted For this Question
Be the First to Post Answer
Will the following program execute?
what is oops
Does std endl flush?
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.
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Can a Structure contain a Pointer to itself?
How important is c++?
What do you mean by inheritance in c++? Explain its types.
Is sorted c++?
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
Describe private, protected and public – the differences and give examples.
What is an incomplete type in c++?