What is Advantage and Use of THIS pointer in C++ – Scenarios?
No Answer is Posted For this Question
Be the First to Post Answer
Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?
What Is Polymorphism in C++ ?
2 Answers IBS, Impetus, ITC Indian Tobacco Company, Motorola,
What is function overloading and operator overloading in C++?
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
What is partial specialization or template specialization?
What is latest update of C++ ?
Write a C++ Program to Find whether given Number is Odd or Even.
When would you use a pointer? A reference?
What are the major differences between C and C++?
Explain about Searching and sorting algorithms with complexities
Explain what happens when an exception is thrown in C++.
What is the difference between virtual functions and pure virtual functions?