Which, if any, of the following calls are errors? If the call is legal, what is the type of T? If the call is not legal, what is the problem?
templateT calc(T, int);template T fcn(T, T);double d; float f; char c;
(a) calc(c, ‘c’);
(b) calc(d, f);
(c) fcn(c, ‘c’);
(d) fcn(d, f);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.