Find Error in the C++ Program Regarding Templates.

I cannot Find the error in the following program . The following program is an example of Templates in C++.
C++ supports a mechanism known as template to implement the concept of generic programming.
Templates allows usto generate a family of classes or a family of functions to handle different data types.
Find the error in the code used for templates.
