Question: What is the output of the following C++ code segment? #include at the beginning? char s1[50]= jack, s2[25] = jill, s3[ 50] = jamy;
What is the output of the following C++ code segment? #include at the beginning? char s1[50]=" jack", s2[25] =" jill", s3[ 50] = "jamy"; strcat_s ( s3, s2 );// string concatenate //s3= jamy jill cout < < s3 < < strlen ( s3 ) < < endl;
Step by Step Solution
There are 3 Steps involved in it
The given C code snippet does not include a complete question prompt but it is asking for the output ... View full answer
Get step-by-step solutions from verified subject matter experts
