Write a function that have to copy one char array to other avoiding any not-letter symbols. Note. Your program have to use poin | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Write a function that have to copy one char array to other avoiding any not-letter symbols. Note. Your program have to use poin

Write a function that have to copy one char array to other avoiding any not-letter symbols. Note. Your program have to use pointer. Input: First line contains sequence of chars (size is not more that 100). Output: Same sequence only with letters. Samples: № Input Output 1 1u[nivercity11 univercity Note. You may use isalpha() function from cctype .

16th Oct 2020, 1:06 PM
Nurlan
Nurlan - avatar
1 Answer
+ 3
First time in here? Ok, then u can't know it: Show your attempt first, then ask your question about that.
16th Oct 2020, 1:11 PM
Coding Cat
Coding Cat - avatar