swap two number wthout using third variable
Answer Posted / jvhariharan
void main()
{
int a=10,b=20;
a=a+b;
b=a-b;
a=a-b;
}
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
hoe to data grid use in sql server 2000?
is it acceptable if we declare multiple exceptions in same overridden method.
Difference between views and index in sas programming
can we retrieve only integer/String type columns from a table,if yes how?
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
What do you understand by modular programming?
what is the diffrence between software and hardware language?
it is a language or tools?
Difference between debugging, running, executing of an application
how to convert hashmap to arraylist with iteration
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
Explain what is OOPS and its concepts?
what is meaning of MDM in sap?let me know that meaning
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
code for connection from windows forms to sql server