Problems
Write a program that receives two strings as input, each consisting of at most 20 characters. Copy the first two characters from the beginning of the first string to the beginning of the second string, then append them to the end of the second string, store the result, and print the second string.
Example
ABCDE QWERTY
ABERTYAB
Source
자기주도C언어프로그래밍