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