11) Write a C++ program to find area and volume of cylinder using Inline function.
13) Write a C++ program to calculate area of cone, sphere and circle by using function overloading.
21)Write a C++ program to swap two integer values and two float values by using function template