How to swap values between two variables without using a
third variable?
Answer Posted / mona
swap(int var1,int var2)
{
var1=var1+var2;
var2=var1-var2;
var1=var1-var2;
}
thanks for asking.
| Is This Answer Correct ? | 45 Yes | 13 No |
Post New Answer View All Answers
what are all the validation we need to perform in data stage?
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
What is the Difference between in memory database and physical database
how can we maintain the previous version scripts to new version.
smal talk is pure object oriented or not?
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
Define Form modules, Class modules and Standard modules
what is the BAM? where we can use it in BizTalk server?
Delta 5 weight scale not connect with oracle application what i can do?
why not instantiating servet using new operator?
What are the Short cut Keys of Tally ERP?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
what are importance in problem tracking
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
shall we execute our java programmes in jre