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 published in “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,…
In our previous program for finding biggest among two given number we studied the logic of finding biggest among numbers.Here using the same logic, we…
This C Program finds largest number among given two integer numbers. Here two types of logics have explained. In the first program which solve the…
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…
This is a simple C program to find sum and average of three numbers. In this program, we read three subjects’ marks of a student…
This is a basic C program to accept two integer numbers and perform Addition, subtraction, multiplication and division operations and display their result.Here we accept…
This is a simple program for beginners to find square and cube of any given number using C. is multiplication of number by same number.…
This is a simple program for C programming beginners. This program simply accepts two integer numbers and performs addition operation and finally display the sum…