Swap Two Numbers Without a Temp variable in C
#Swap #Two #Numbers #Without a #Temp variable in #C
We had previously seen a C Program on How to Swap Two Numbers. In that program, we used a temporary variable. Now, let’s take a look at how to swap two numbers without a temp variable in C. I am referring to an awesome book called “Let us C” by “Yashwant Kanetkar”and I will post solutions to the questions asked in exercises.This is the sixth program of [I] section of Chapter 1: Getting Started of…
View On WordPress







