1.

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» C. both a and b


Discussion

No Comment Found