What is the type of this pointer in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is copy constructor? Can we make copy constructor private in c++?
Who calls main function?
How is c++ different from java?
Is string data type in c++?
What is the difference between "calloc" and "malloc"?
Explain the need for "Virtual Destructor"?
How does throwing and catching exceptions differ from using setjmp and longjmp?
Write a code/algo to find the frequency of each element in an array?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Describe private, protected and public – the differences and give examples.
what is C++ objects?
Write a corrected statement in c++ so that the statement will work properly. x + y=z;