how to swap two strings without using any third variable ?
Answer Posted / sivaraj
Is the Answer 1 posted by ashutosh works for nagative numbers ?
best answer :
a=a^b;
b=a^b;
a=a^b;
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
How many namespaces are there in c++?
What is guard code in c++?
What is a constant reference?
How the keyword struct is different from the keyword class in c++?
What are the uses of static class data?
Explain differences between new() and delete()?
Why do we learn c++?
Specify different types of decision control statements?
How do you sort a sort function in c++ to sort in descending order?
Are iterators pointers?
What is input operator in c++?
How does a C++ structure differ from a C++ class?
Where do I find the current c or c++ standard documents?
What are proxy objects in c++?
What are the manipulators in c++?