hi,
The statement ($a,$b) = ($b ,$a); is swapping without a third variable. But looking at a lower level , it is storing a temporary variable in the registers. How can i get that temporary variable/value from the registers/memory which will have value of either $a or $b.
Would love to see solution on that.
Thank you.
Regards,
Ishwar.




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to