Comment on assignment operator in c++.
No Answer is Posted For this Question
Be the First to Post Answer
how many trys can we write in one class
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is the difference between reference and pointer?
What is c++ namespace?
What is the difference between public, private, protected inheritance?
What is a c++ map?
Is python written in c or c++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
How java is different from c and c++?
What are smart pointers?
Write a note about the virtual member function?
Is it possible to use a new for the reallocation of pointers ?