Join Two Strings

# Introduction In this lab, we will create a program to join two strings using the `strcat()` function, where we prompt the user to input two single-word strings, then join them with a space in between, and finally print the joined strings.

|60 : 00

Click the virtual machine below to start practicing