4. Suppose, you are trying to encrypt a string for security purpose. Write a program that can take a string from the user and then create a function that can replace all the vowels to its immediate...


4. Suppose, you are trying to encrypt a string for security purpose. Write a program that can take a string from the user and then create a function that can replace all the vowels to its immediate next letters. Print<br>the modified string. Don't use any Library function.<br>Use this function: void str_modify(char *p);<br>Example:<br>Input string:<br>i love Bangladesh.<br>Modified string: j lpvf Bbnglbdfsh<br>

Extracted text: 4. Suppose, you are trying to encrypt a string for security purpose. Write a program that can take a string from the user and then create a function that can replace all the vowels to its immediate next letters. Print the modified string. Don't use any Library function. Use this function: void str_modify(char *p); Example: Input string: i love Bangladesh. Modified string: j lpvf Bbnglbdfsh

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here