

C Program – Check if Person is eligible for Blood Donation
C program to check if the blood donor is eligible or not for blood donation. Age should be (>18 but <56) and weight should be more than 45.
C Program – Accept Marks from User and Print Grade
C program to accept the marks of a student from the user and print the grade accordingly.
C Program to accept 2 numbers & find the greater number
Write a C Program which accepts two numbers from the user. Find the greater number from accepted values (numbers can be equal too).
Find maximum number among 3 numbers
Write a C program to find the maximum number among 3 numbers without using nested if or logical operator or conditional operator.
C Program to find minimum from 3 numbers using Conditional Operator
Write a C program to find minimum among 3 numbers using conditional operator.
Find if a character is Vowel or Consonant or Symbol
Write a C program to enter a character through keyboard and check if the entered character is a vowel, consonant or symbol using switch case.
C program to check if a year is Leap Year or Not
Write a C program to accept the year from the user and check if the given year is a Leap year or not.
C program to Find if number is Positive or Negative or Zero
Write a C program to find that the accepted number is Positive, Negative or Zero.