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
When we use Abstract Class and when we use Interface?where we will implement in real time?
What is c++ try block?
What are the extraction and insertion operators in c++? Explain with examples.
Program to check whether a word is a sub-string or not of a string typed
Can I uninstall microsoft c++ redistributable?
Can we use clrscr in c++?
What is the full form of c++?
Write my own zero-argument manipulator that should work same as hex?
Define Virtual function in C++.
What is c++ flowchart?
What is problem with overriding functions?
What do you mean by function pointer?
Differentiate between an inspector and a mutator ?
Who made c++?
Can we define a constructor as virtual in c++?