C Strings 17: Remove non-letter characters in a string [C Programming]

preview_player
Показать описание
Write a program in C that removes non-letter characters in a string

Expected Output :
Result : JLabsTechcom

=================================================

Рекомендации по теме
Комментарии
Автор

I still didn't get it this part, line[j] = line[j + 1];

brocklesnarufcchamp