Answer Posted / deepak
# define swap(a,b) a = a + b; b = a - b; a = a - b;
| Is This Answer Correct ? | 50 Yes | 8 No |
Post New Answer View All Answers
What is object and example?
What does no cap mean?
What are the components of marker interface?
What is persistence in oop?
officer say me - i am offered to a smoking , then what can you say
What type of loop is a for loop?
What is the difference between a mixin and inheritance?
What is the important feature of inheritance?
what is graphics
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Advantage and disadvantage of routing in telecom sector
What does I oop mean?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is overloading in oop?
What does enum stand for?