Answer Posted / balaji ramdoss
#define SWAP(a,b) b=a+b-(a=b)
| Is This Answer Correct ? | 19 Yes | 12 No |
Post New Answer View All Answers
Can main method override?
What makes a language oop?
Which is not an object oriented programming language?
What are the three main types of variables?
Whats is abstraction in oops?
Why is destructor used?
What is the real time example of inheritance?
How to hide the base class functionality in Inheritance?
What is encapsulation oop?
What is class and example?
What is abstraction with example?
Write a program to reverse a string using recursive function?
What is the problem with multiple inheritance?
What is encapsulation with example?
Can a destructor be called directly?