Consider the definition of the following function template:template type surprise(type x, type y){return x + y;}What is the output of the following statements?a. cout < surprise(5,="" 7)=""><>b. string str1 = "Sunny";string str2 = " Day";cout < surprise(str1,="" str2)=""><>
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here