#Swap Two Number Program in C
Explore tagged Tumblr posts
hiteshpandit18xc ยท 2 years ago
Text
Swap Two Number Program in C
Swap two numbers means exchange the values of two variables with each other. For example variable num1 contains 20 and num2 contains 40 after swap there values num1 contains 40 and num2 contains 20.
0 notes