News

This program demonstrates a simple swap function in C++. The function swap takes two integer arguments and swaps their values. The program prints the values of the integers before and after the swap ...