Featured
-
Binary search in C++
If you want to find the presence of a element in a
by kumar.abhishek
Tags
Function Templates in C++
Function Templates:-Templates are used to achieve the generic programming. By using function template the code will be independent to any data type.
A template is used to create generic class or a function. By using function templates we have ...