C program to print a number of days in a month; Through this tutorial, we will learn how to find and print number of day in a month using if else and switch case statements in c programs. Programs to
Category: C
C Program to Print Day of Week Name
C program to print day of week name; Through this tutorial, we will learn how to find and print day of week name using if else and switch case statement in c programs. Programs to Print Day of Week Name
C Program to Check Leap Year
C program to check leap year; Through this tutorial, we will learn how to check leap year in the c program. Programs to Check Leap Year in C Recommended C Programs C Program to Add Two Numbers C Program to Find
C Program for Simple Calculator
Simple calculator program in c; Through this tutorial, we will learn how to create simple calculator program in c programming language using switch case and if else statement. Programs for Simple Calculator in C C Program for Simple Calculator using Switch Case
C Program to Check Strong Number
C program to check strong number; Through this tutorial, we will learn how to check a number is strong or not in c program using for loop, while loop and function. Programs to Check Strong Number in C C Program to Check Strong
C Program to Swap Two Numbers
C program to swap two numbers; Through this tutorial, we will learn how to swap two numbers in c program using third variable, pointers, functions, call by reference and bitwise or operator. Programs to Swap Two Numbers in C Let’s use
C program to Reverse a Number
C program to reverse a number; Through this tutorial, we will learn how to reverse a number in c program using for loop, while loop, function, and recursion. Programs to Reverse a Number in C C program to Reverse a Number using
C Program to find the Sum of First n Natural numbers
C program to find sum of first n natural number; Through this tutorial, we will learn how to find sum of first n natural in c program using for loop, while loop, function, and recursion. Using the following mathematical formula
Read More C Program to find the Sum of First n Natural numbers
C Program to Swap First and Last Digit Of a Number
C program to swap first and last digit of a number; Through this tutorial, we will learn how to swap first and last digit of a number in c programs. Programs to Swap First and Last Digit Of a Number
Read More C Program to Swap First and Last Digit Of a Number
C Program to Find Prime Factors of a Number
C program to find prime factors of a number; Through this tutorial, we will learn how to find and print prime factors of a number in the c program using for loop, while loop, and recursion. Programs to Find Prime