how to swap two strings without using any third variable ?
Answer Posted / mathias karlsson
X = X & Y
Y = X.Substring(&H0, X.Length - Y.Length)
X = X.Substring(X.Length - Y.Length, Y.Length)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the full form of ios?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is c++ iterator?
What is constructor and destructor in c++?
Describe private, protected and public?
Difference between delete and free.
What is pure virtual function?
Define stacks. Provide an example where they are useful.
what Is DCS ? what i will get benefit when i did?
How compile and run c++ program in turbo c++?
Is set c++?
What is oop in c++?
Why do you use the namespace feature?
What is a static element?
What is flush () in c++?