Practice ยท 3 of 4
swap via Pointers
Implement void swap(int *a, int *b) exchanging the two ints the pointers aim at.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Address Practice
Practice ยท 3 of 4
Implement void swap(int *a, int *b) exchanging the two ints the pointers aim at.
Difficulty: beginner
Back to lesson: Practice: Address Practice