Answer Posted / suresh
swap(a,b) a^=b^=a^=b;
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What are classes oop?
What is abstraction in oop?
What is overloading in oops?
What is encapsulation and abstraction? How are they implemented in C++?
what is different between oops and c++
What is the problem with multiple inheritance?
Is html an oop?
write a program to find 2^n+1 ?
Can we create object of interface?
What is destructor oops?
What are the advantages of polymorphism?
What is ambiguity in inheritance?
Which language is not a true object oriented programming language?
What is encapsulation with real life example?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).