Write a C program to find whether a given character is a Vowel or consonant.
Write a Program to find the sum of all even numbers from 1 to N where the value of N is taken as input.
 Write a C program to find whether a triangle can be formed or not. If the triangle can be formed then check if the triangle formed is equilateral, isosceles, scalene or a right-angled triangle.
Write a program to find the factorial of a given number using while loop
Write a C Program to Find the Smallest Number  among Three Numbers (integer values) using Nested IF-ELSE statement
Write a C program to check whether a given number (integer) is Even or Odd
Write a C Program to find the Largest Number (integer)  among Three Numbers (integers) using IF and Logical && operator.