Question: Task 4 (20 points) c programming Swapping string is not easy. Modify the swap_string function in this program to swap two strings. Name your program
Task 4 (20 points) c programming
Swapping string is not easy. Modify the swap_string function in this program to swap two strings. Name your program task4.c Output of your program should look like this: hb117@uxb4:~$ gcc -Wall task4.c -o task4 hb117@uxb4:~$ ./task4
String 1: Windows drools!
String 2: UNIX rules!
hb117@uxb4:~$
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
