What is the difference between realloc() and free() in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What is Copy Constructor?
What kind of problems does name mangling cause?
Can we use THIS Pointer in static function – Reason in C++?
What are string library functions(syntax).
What does it mean to take the address of a reference?
Without using third variable write a code to swap two numbers.
What is name mangling/name decoration?
What is data abstraction? How is it implemented in C++?
Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }
How will you execute a stack using a priority queue? (Push and pop should be in O (1)).
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?
Explain the importance of method overloading in C++?
0 Answers Akamai Technologies, Infogain,