C++ Function Templates
C++ Function templates are those functions which can handle different data types without separate code for each of them.
network
C++ Function templates are those functions which can handle different data types without separate code for each of them.