-->

Which one is suitable syntax for function template?


a. template< class T> return_type Function_Name(parameters)

b. template< typename T> return_type Function_Name(parameters)

c. both a and b

d. None of these












ANSWER: both a and b