# Introduction In this lab, we will learn how to swap two numbers using pointers in C++. The program swaps two numbers by passing their addresses to the function and uses pointers to point to their locations in memory.
Click the virtual machine below to start practicing