C-programming
Strings in C Implement a function that converts all punctuation characters in a null-terminated string to a space character, The function changes the found punctuation characters inplace so that no dynamic allocation is needed. Hint stdlib provides useful character handling functions in ctype.h. ctype.h documentation also states different character classes, including punctuation characters.
C-programming
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
C-programming
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!