C Program to Count Alphabets, Digits and Special Characters in a String

C program to count alphabet, digit, or special characters in a string; Through this tutorial, we will learn how to count a number of alphabets, digit, or special characters in a string using for loop,