Why null pointer is used?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by persistent and non persistent objects?
What is size of a object of following class? class Foo { public: void foo(){} }
What are the difference between reference variables and pointers in C++?
Are there any special rules about inlining?
What are the advantages of pointers?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
How are Structure passing and returning implemented by the compiler?
Is c++ an integer?
Differentiate between a template class and class template?
What is the difference between shallow copy and deep copy?
Define pre-condition and post-condition to a member function in c++?