Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to swap two String values without using a
third variable?

Answer Posted / parthag

In C#

string str1 = "First";
string str2 = "Second";
str1 = string.Concat(str1, str2);
str2 = str1.Replace(str2,"");
str1 = str1.Replace(str2,"");

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the differences between CONS, LIST, and APPEND

5349


what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct

2178


Difference between debugging, running, executing of an application

4054


WHat is execution in manual testing and when will we start execution and what language we use in execution

1956


What is the Difference between in memory database and physical database

2607


Is class is a abstract datatype in java?

1978


5. How do you round the addition or subtraction of two numbers in assembler?

2232


Code for display the images from drive using vb 6.0?

5246


How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?

2005


What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids

2208


How does the TCP handle the issue of multiplexing?

2890


how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?

2377


Explain with examples any 2 features of OOPS.

1128


Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile

2077


How to call dll API sub routine in VB Form.

2363