a) func<int,char>(3,’a’);
b) func(3,’a’)<int,char>;
c) <int,char>func(3,’a’);
d) func(<int>3,<char>’a’);
What is the syntax of an explicit call for a template? Assume the given template function. template<class T, class U> vo
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the syntax of an explicit call for a template? Assume the given template function. template<class T, class U> vo
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!