how to swap two strings without using any third variable ?
Answer Posted / ankit sharma
ANSWER 4 IS BEST AND EASIEST SOLUTION.....THANKS BUDDY
PLEASE DON'T REFER ABOVE THREE SOLUTION BCOZ THEY ARE FOR INTEGER NOT FOR STRING.
I RATED 4TH SOLUTION IS 5/5.
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
Explain linear search.
How do you clear a map in c++?
What is singleton pattern in c++?
Why c++ is called oop?
How one would use switch in a program?
How do you compile the source code with your compiler?
What is array in c++ pdf?
Write about the access privileges in c++ and also mention about its default access level?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What are destructors?
When we use Abstract Class and when we use Interface?where we will implement in real time?
What are the two shift operators and what are their functions?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What does the ios::ate argument do?