PcEnthu
Linux Learner
Ok guys. Here is the problem. There are two variables x and y which hold numbers. You have to swap the value of the two variables. U might say, just store the value of x in a temporary variable z, store value of y in x and finally store z value in y Here is the tricky part, u have to do it without using the variable z