What is Advantage and Use of THIS pointer in C++ – Scenarios?
No Answer is Posted For this Question
Be the First to Post Answer
What is RTTI and why do you need it?
Write a syntax and purpose of switch statement.
Can we call C++ OOPS? and Why
What do you know about Volatile keyword in C++? Explain with an example code.
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?
In C++ what is a vtable and how does it work?
What is the difference between realloc() and free() in C++?
Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }
When would you choose to return an error code rather than throw an exception?
What do you by Function Overloading in C++?
0 Answers Akamai Technologies, Infogain,
How many times will this loop execute? Explain your answer.
Briefly explain various access specifiers in C++.