Consider the definition of the following function template:
templateType surprise(Type x, Type y){return x + y ;}
What is the output of the following statements?
a.
cout ≪ surprise (5, 7) ≪ end1;
b.
string str1 = &“Sunny”;string str2 = &“Day”;cout ≪ surprise(str1, str2) ≪ end1;
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.