Answer Posted / sun
#define SWAP(a,b) (a^=b^=a^=b;)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to use CMutex, CSemaphore in VC++ MFC
What is a function in oop?
What is an interface in oop?
Why multiple inheritance is not allowed?
#include
What is object and example?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is stream in oop?
Where is pseudocode used?
What is this pointer in oop?
c++ program to swap the objects of two different classes
Can destructor be overloaded?
Why polymorphism is used in oops?
Why do we use class?
What is destructor in oop?