Q. 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) both a and b