From eaaf2408ecdb0e2ade1ae2156f3b1fb9dff0243e Mon Sep 17 00:00:00 2001 From: asharaya singh bhadauriya <118126127+Aashray24092000@users.noreply.github.com> Date: Sun, 9 Jul 2023 23:29:00 +0530 Subject: [PATCH] Update Swap.cpp --- Swap.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Swap.cpp b/Swap.cpp index ff4c0e2..4ebe27b 100644 --- a/Swap.cpp +++ b/Swap.cpp @@ -19,3 +19,18 @@ int main() } + +#using third variable + +#include +using namespace sstd; +int maain() +{ + int a = 10, b=20,temp; +cout<<"before swapping: "<<"value of a is: "<