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]

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!