If else and Switch practical example
Write a C program to find maximum between three numbers.using if else
Write a C program to check whether a number is negative, positive or zero. using if else
Write a C program to check whether a number is even or odd.using if else
Write a C program to input month number and print number of days in that month. using if else
Write a C program to input week number and print week day.using if else
Write a C program to input month number and print number of days in that month. using if else
Write a C program to input marks of five subjects Physics, Chemistry, Biology, Mathematics and Computer. Calculate percentage and grade according to following:using if else
Write a C program to print day of week name using switch case.
Write a C program print total number of days in a month using switch case.
Write a C program to find maximum between two numbers using switch case.
Write a C program to check whether a number is even or odd using switch case.
Write a C program to create Simple Calculator using switch case.
If else Program
Write a C program to check whether a number is negative, positive or zero. using if else
Write a C program to check whether a number is even or odd.using if else
Write a C program to input month number and print number of days in that month. using if else
Write a C program to input week number and print week day.using if else
Write a C program to input month number and print number of days in that month. using if else
Write a C program to input marks of five subjects Physics, Chemistry, Biology, Mathematics and Computer. Calculate percentage and grade according to following:using if else
Switch Case Program
Write a C program to print day of week name using switch case.
Write a C program print total number of days in a month using switch case.
Write a C program to find maximum between two numbers using switch case.
Write a C program to check whether a number is even or odd using switch case.
Write a C program to create Simple Calculator using switch case.

No comments:
Post a Comment