what are the iterator and generic algorithms.
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Explain how to initialize a const data member.
How does the copy constructor differ from the assignment operator (=)?
What are the various compound assignment operators in c++?
Why do we need c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Define upcasting.
Is there any problem with the following: char *a=NULL; char& p = *a;?
Explain the difference between class and struct in c++?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
What is the operator in c++?
What is the arrow operator in c++?