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
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
How to call a C++ function which is compiled with C++ compiler in C code?
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
I'm new to ABAP. What is Module pool in SAP?
what is the difference between read the data from table and infotype
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
What is the difference between WebIntelligence and Designer in creating universes?
I am work in it aompenei
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
can we retrieve only integer/String type columns from a table,if yes how?
Define distributed queries. can you explain me as soon as possible
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
how to generate dsnless connectivity in j2ee
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?