Question: Given this code: strcat(word1, word2); printf(word1 is %s and word2 is %s, word1, word2); Assume word1 contains skate and word2 contains board. (Assume that the
Given this code:
strcat(word1, word2);
printf("word1 is %s and word2 is %s", word1, word2);
Assume word1 contains skate and word2 contains board. (Assume that the size of both strings is 25 characters)
What would be printed on the screen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
