How to swap two String values without using a
third variable?
Answer Posted / parthag
In C#, C sharp
string str1 = "First";
string str2 = "Second";
str1 = string.Concat(str1, str2);
str2 = str1.Replace(str2,"");
str1 = str1.Replace(str2,"");
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is meaning of MDM in sap?let me know that meaning
how can i create report in abap to insert data in table pa0002 using insert command
what are resources in case of Threads
How to merge Action Form with Dyna Action Form in Struts.
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
Do not use more than 3 nested IF. Use Evaluate statement in case of more IF required. Please give a detail explantion besides readability and clarity for Evaluate stmt.
Explain the types of operations? Draw the figure for shift and rotate operations?
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!
how to hide prompts
pleasew define carrier scope in abap (sap).
Define Form modules, Class modules and Standard modules
Where do we need Operator overloading?