Question: please use C . thank you. 3. Write a program that reads 3 strings then concatenates them togetherin a one string. Ex: char str1[]=abc; char

please use C . thank you.
3. Write a program that reads 3 strings then concatenates them togetherin a one string. Ex: char str1[]="abc"; char str2[]="123"; char str3[]="abcdef"; char str4[80]; str4 must contains:"abc 123 abcdef
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
