Is string an object in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What do manipulators do?
What is the difference between Char a[ ]=”string” and char *a=”String”
what is the use of templates?
Where and why do I have to put the "template" and "typename" keywords?
What is "map" in STL?
What are stacks? Give an example where they are useful.
How would you differentiate between a pre and post increment operators while overloading?
What problem does the namespace feature solve?
What are the characteristics of friend functions?
Is c++ low level?
Discussion on error handling of C++ .
Define inline function