1.A program to perform the swapping of two data items of integer, floating point numbers and character types without function overloading.
2.A program to demonstrate how function overloading is carried out for swapping of two variables of the various data types, namely integers, floating point numbers and character types.
3.A program to demonstrate how to use the function overloading for displaying different parameters of the member functions.