Question: Write a function named remove_char in C that takes a string as parameter which removes characters in string parameter except alphabets. Test Data: Input: northsouth2.co3m
Write a function named "remove_char" in C that takes a string as parameter which removes characters in string parameter except alphabets. Test Data: Input: northsouth2.co3m Output: northsouthcom. Please write it in C programming language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
