From aa5ce61e4730148838407767dc0c65c888feb8b8 Mon Sep 17 00:00:00 2001 From: paltuabhi <56848115+paltuabhi@users.noreply.github.com> Date: Tue, 22 Oct 2019 02:38:15 +0530 Subject: [PATCH] improvement in readme --- update-README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/update-README.md b/update-README.md index d1eb442..a77651b 100644 --- a/update-README.md +++ b/update-README.md @@ -1,3 +1,4 @@ # Swapping I have made a efficient code to swap Two numbers using pointer. +Use of reference '&' can also be done along woth editing the data type as per requirement to suit user needs. This code appears to be efficient but new Ideas are always welcomed.