![2. What (if anything) prints when each of the following statements is performed? If the statement contains an error, describe](https://media.cheggcdn.com/media%2F25b%2F25bf7bf2-cb67-49a0-945e-127f3327718e%2Fimage.png)
2. What (if anything) prints when each of the following statements is performed? If the statement contains an error, describe the error and indicate how to correct it. Assume the following variable declarations: char s1[ 50 ] = char s2[ 50 1l char s3 50 ; << strcpy s3, s2 endl; a) cout << ANS: b) cout << strcat strcat strcpy s3, sl,”and”), s2) << endl; ANS: c) ut << strlen( s1) trlen( s2) << endl;