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
Can a function take variable length arguments, if yes, how?
What is token c++?
Where do I find the current c or c++ standard documents?
What is the difference between multiple and multilevel inheritance in c++?
What are the five basic elements of a c++ program?
What are the uses of c++ in the real world?
Explain terminate() and unexpected() function?
What are the two shift operators and what are their functions?
Explain the difference between class and struct in c++?
Show the declaration for a static function pointer.
What is scope operator in c++?
Why is c++ called oops?
Explain rtti.
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Write a function to find the nth item from the end of a linked list in a single pass.