[Solved]Question 1 3 Pts Given Code Strncat Word1 Word2 4 Printf Word S Word2 S Word1 Word2 Assume Q37116750
please answer this question using programming in c
Question 1 3 pts Given this code: strncat(word1, word2, 4); printf(“word! is %s and word2 is %s”, word1, word2); Assume word1 contains “road” and word2 contains “working”. (Assume that the size of both strings is 25 characters) What would be printed on the screen. HTML Editor R 쨍阪豳@ 囲▼亚 Show transcribed image text Question 1 3 pts Given this code: strncat(word1, word2, 4); printf(“word! is %s and word2 is %s”, word1, word2); Assume word1 contains “road” and word2 contains “working”. (Assume that the size of both strings is 25 characters) What would be printed on the screen. HTML Editor R 쨍阪豳@ 囲▼亚
Expert Answer
Answer to Question 1 3 pts Given this code: strncat(word1, word2, 4); printf(“word! is %s and word2 is %s”, word1, word2); Assume … . . .
OR

