AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.51k stars 520 forks source link

Create numberOfVowels.c #164

Closed tyadav4268 closed 3 years ago

tyadav4268 commented 3 years ago

This C program count each of the vowels present in the input text and displays frequency of each vowel and also the total vowels in the text.

This pull request is:

This pull request fixes:

Changes: