C Program to Replace First Occurrence Of Vowel With ‘-‘ in String
In this tutorial we will learn writing the C program to replace first vowel of string with symbol ‘-‘ . This program will be very easy because we just have to find first character which is vowel and then replace it with ‘-‘. You can see this program C Program to check given character is … Read more