...

/

Challenge: Swap the Numbers

Challenge: Swap the Numbers

Let’s practice coding with pointers in this challenge.

We'll cover the following...

Problem statement

Fix the following function so that the values of the arguments that are passed to it are swapped.

For ...