Problems
Write a program that receives a string of at most 100 characters as input, and prints only the letters and digits, converting all letters to lowercase.
Example
Hancom1234@cqclass.com
hancom1234cqclasscom
Source
자기주도C언어프로그래밍
Write a program that receives a string of at most 100 characters as input, and prints only the letters and digits, converting all letters to lowercase.
Hancom1234@cqclass.com
hancom1234cqclasscom