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
what is difference between object oriented programming structure and object oriented programming system?
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
when we use mantis? how learn mantis?
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
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?
In project we have Documentation phase also,in that what is micro and macro designing?
Write a shell program to test whether a given year is leap year or not ?
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
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 DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
What is %Type,%Rowtype?
it is a language or tools?
what is woransient key word? how it is used in java