- 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 .
1 Respuesta
+ 3
First time in here? Ok, then u can't know it: Show your attempt first, then ask your question about that.