bishwobista / crack-code

Crack all the coding questions.
7 stars 43 forks source link

Swap values of two variables #87

Closed Varad0014 closed 11 months ago

Varad0014 commented 11 months ago

Added a C program which contains two ways to swap values of two variables without using the third(temp) variable.