Skip to content

Commit 8718808

Browse files
Create swapping of two numbers
In this program, we use the temp variable to hold the value of a temporarily. We then put the value of b in a and later temp in b. In this way, the values get exchanged.
1 parent ebfd55d commit 8718808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swapping of two numbers

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)