in C++ , the word plus plus who found this?
Answers were Sorted based on User's Feedback
Explain method of creating object in C++ ?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
Explain what you mean by a pointer.
When does a 'this' pointer get created?
What is the full form of c++?
Explain the difference between overloading and overriding?
What are the uses of c++ in the real world?
What do you mean by abstraction in C++?
How many bit combinations are there in a byte?
How is new() different from malloc()?
Define stacks. Provide an example where they are useful.
What is the role of copy constructor in copying of thrown objects?