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= BE b) strcat (B,A); A= B= c) strncat (A, B, 2); A= BE d) strncpy (B, A, 3); A= BE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
