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
Explain the types of operations? Draw the figure for shift and rotate operations?
how CLR identify vb file?
what is the work of 1tier,2tier,&ntier? Plz Explain it!
What is the difference between COM and CORBA?
how to remove header and footer in jcl using sort utility
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
what is session state?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
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
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com
what is delegate and how works delegate and event.