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