Question: What is the output from the following code stub: char str1[10] String 1 ; char str2[10] String 2 ; strcpy (stri, str2); printf(%s , stri);
What is the output from the following code stub: char str1[10] "String 1" ; char str2[10] "String 2" ; strcpy (stri, str2); printf("%s ", stri); A. String 1 B. String 2 O C. String 1String 2 OD. String 1 String 2 O E. str2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
