How to swap values between two variables without using a
third variable?
Answer Posted / adil
string a = "adil ahmad", b = "anuj gupta";
a = a + b;
b = a.Substring(0, a.Length - b.Length);
a = a.Substring(b.Length, a.Length - b.Length)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
5. How do you round the addition or subtraction of two numbers in assembler?
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
What is WEB 3.0? What are the features their in WEB3.0
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
hai i am mca 2009 fresher.please tell me which certification helps me to get an IT job faster which institute is good in hyderabad.please mail me to prasanna.1856@rediff.com
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
Difference between views and index in sas programming
What is the use of sas software? Is sas and sap are different?
Differevce between arrays and array builders?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out
how to work search engine? plz detail answer me.
what is the current salary package in India for a lamp programmer
what is the use of occurs 10 or (any number) in the internal table declaration with header line.