This is a simple C program to check whether the given character is a vowel or not. In English, the letters (sounds) A, E, I,…
Posts tagged as “C Programs”
This is a simple c program to print name of color according the given letter from VIBGYOR, the color of rainbow. This program is to…
In this C Program, we accept a mark of a student and find the percentage and grade according to the given mark. First of all,…
This simple C program checks whether the entered number is negative or positive or zero.Here are two types of programs. First program check for positive…