[artofprogramming] Re: swap

  • From: Krupa Sivakumaran <krupa32@xxxxxxxxx>
  • To: artofprogramming <artofprogramming@xxxxxxxxxxxxx>
  • Date: Sun, 22 Sep 2019 13:14:58 +0530

Yes. Whoever knows the solution can post it.
Thats what the group is for.
Make some noise.

On 9/20/19, Krupa Sivakumaran <krupa32@xxxxxxxxx> wrote:

Here is the first programming question to the group.

Given two numbers a and b with values 5 and 8, write a program to swap
the values of
a and b, and print them. That is, a should be 8 and b should be 5
after the swap.


Other related posts: