swap two no without using third variable

Answer Posted / ankit

if there are two no as int a,b;
then we could swap these two no's without help of third no
as........>>>>>>
EX-->
int a,b;
a=a+b;
b=a-b;
a=a-b;

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a script to delete all the files in a folder except one desired file.

932


create a .dll component operation and use created component in another project. required methods events and properties. connect, add,search,data report

2093


how exactly is the lngColour used?

1792