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
what are the differences between CONS, LIST, and APPEND
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
Difference between debugging, running, executing of an application
WHat is execution in manual testing and when will we start execution and what language we use in execution
What is the Difference between in memory database and physical database
Is class is a abstract datatype in java?
5. How do you round the addition or subtraction of two numbers in assembler?
Code for display the images from drive using vb 6.0?
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
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
How does the TCP handle the issue of multiplexing?
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?
Explain with examples any 2 features of OOPS.
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
How to call dll API sub routine in VB Form.