Skip to content
- C program to print day name of given week using switch statement.
- C program print total number of days in a given month using switch Statement.
- C program to check a given alphabet is vowel or consonant using switch statement.
- C program to check a given number is positive, negative or zero using switch statement.
- C program to print maximum among two numbers using switch statement.
- C program to check a given number is even or odd using switch statement.
- C program to create Simple Calculator using switch statement.
- C Program to check whether a year is a leap year or not using switch statement.
- C Program to check a given triangle is an equilateral, isosceles or scalene triangle using switch statement.
- C Program to Convert positive number into negative and negative number into a positive using switch statement.