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: "<