P
Pramod
Hello to all of you,
basically i want a program how to swap value...i know 2 method 1st ---
temp=a;
a=b;
b=temp;
2nd----
a=a+b;
b=a-b;
a=a-b;
if u know any another method then give me program ..
Pramod Sahgal
basically i want a program how to swap value...i know 2 method 1st ---
temp=a;
a=b;
b=temp;
2nd----
a=a+b;
b=a-b;
a=a-b;
if u know any another method then give me program ..
Pramod Sahgal