What is the correct syntax of defining function template/template functions?

What is the correct syntax of defining function template/template functions? Correct Answer template <class T> void(T ]{cout<<a;} {cout<<a;} c) template <T> void(T ]{cout<<a;} d) Template <T> void(T ]{cout<<a;} View Answer]

Starts with keyword template and then , then use VAR as type anywhere in the function below.
Bissoy MCQ

Related Questions

Which is the correct syntax for defining a function which passes an object by reference?
Which among the following is the correct syntax for defining “Constraint Check” in Mysql?
Which among the following is the correct syntax for defining “ENUM” in Mysql?
Which among the following is the correct syntax for defining "Constraint Check" in Mysql?
Which among the following is the correct syntax for defining "ENUM" in Mysql?
What is syntax of defining a destructor of class A?