Print only alphabet in string using C programming || competitive programming

preview_player
Показать описание
print only alphabet from string
remove all the symbol and digit and print only alphabet from string it may be uppercase or lowercase
Follow my linkedin Accont-
Follow My Instagram page-
Github Profile:

The 3n+1 video link-
Рекомендации по теме
Комментарии
Автор

Option D) compiler error



because last character '\0' is not null it is "BACKSLASH CAPITAL O" (\O)

kunjd