Home C-plus-plus C++ 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 bd. None of theseANSWER: both a and b
Post a Comment