Skip to content

πŸ“Š Character Counter in C A simple C program that counts vowels, consonants, digits, and spaces in a user-input sentence. Demonstrates string handling, loops, functions, and pointer usage in a clean, modular way.

Notifications You must be signed in to change notification settings

Josuke-0/string_analysis.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

string_analysis.c

πŸ“Š Character Counter in C A simple C program that reads a user-input sentence and counts the number of vowels, consonants, digits, and spaces. It demonstrates clean use of strings, loops, functions, and pointers in a modular and easy-to-read format.

About

πŸ“Š Character Counter in C A simple C program that counts vowels, consonants, digits, and spaces in a user-input sentence. Demonstrates string handling, loops, functions, and pointer usage in a clean, modular way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages