Skip to content

Opening book details…

About this document

C Programs for String Manipulation by Abdul Rehman is a document available to read on EtoBox.

The document contains 7 programming tasks involving string manipulation in C code. The tasks include converting case, extracting substrings, converting strings to integers, removing consecutive blanks, removing vowels, abbreviating names, and counting successive vowels. Code snippets are provided for each task that use functions like gets(), strlen(), atoi(), toupper(), isVowel() to manipulate strings.

Author
Abdul Rehman
Language
EN