# swap **Description** : - Exchange values of two objects **Example** ```cpp //Declare two example objects (same type) int a = 60, b = 50; //a:60 and b:50 std::cout<<"Before: "<<"a = "<