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
What are objects in oop?
What are main features of oop?
c++ program to swap the objects of two different classes
Where You Can Use Interface in your Project
What is static in oop?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Explain the advantages of inheritance.
What are the components of marker interface?
What is polymorphism and why is it important?
What is object in oops?
What is encapsulation with real life example?
What are the advantages of polymorphism?
Can an interface inherit a class?
What is difference between abstraction and encapsulation?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?