Page not loading? Try clicking here.
Placeholder

#607

String 2 - Self Assessment 6 1s - MB

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언어프로그래밍

You must sign in to write code.