Program to Swap Two Numbers without Using a Temporary Variable
Description:This program swaps two numbers without using a temporary variable. It uses basic arithmetic operations to swap values, showcasing how arithmetic manipulation can be used to exchange values without needing extra memory. Usage:The user inputs two numbers, and the program swaps their values and displays the result. Code: Explanation: Test here: