Question: Consider the two strings A = computer, B = intro. With the given string functions, write the string values to the spaces provided. Output lines

Consider the two strings A = "computer", B = "intro". With the given string functions, write the string values to the spaces provided. Output lines should be considered independently. Output: a) strcpy(A,B); A- B= b) strcat (B,A); A- B= c) strncat (A, B, 2); A B- d) strncpy(B,A, 3); A= B=
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
