Answer Posted / raku
#define SWAP(a,b) a=a+b-(b=a)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
• What are the desirable attributes for memory managment?
How to use CMutex, CSemaphore in VC++ MFC
What is destructor oops?
Is abstract thinking intelligence?
What is static modifier?
Can you inherit a private class?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Is this job good for future? can do this job post grduate student?
What is destructor in oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What are the benefits of polymorphism?
What is coupling in oop?
Explain virtual inheritance?
Can private class be inherited?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?