- 
					 Pick out the correct statement.
 
- 
                        
- duplicate code is increased
 - it will take a long time to execute
 - you only need to write one function, and it will work with many different types
 - All of above
 - None of these
 
 
Correct Option: C
Because of template type parameters, It will work with many types and saves a lot of time.