Problems
Write a program that repeatedly receives a single word as input and prints it reversed, stopping when the input is "END".
Each input word has a length of at most 20 characters.
Example
Jungol
jjang
END
lognuJ
gnajj
Source
자기주도C언어프로그래밍