C Program to Find LCM of Two Number
Write a C Program to find lcm of two number ? Today, let’s learn how to find LCM of two numbers in C Programming Language. But before executing the program,
C Program to Calculate Gross salary
Write a C Program to Find Total Salary ? In our last blog we learn how to write a c program to check whether the number is prime or not.
C Program to Check the number is prime or not
Write a C Program to check whether the number is prime or not ? In our last program, we saw how to calculate profit and loss in c programming. In
C Program to find Profit and Loss
Write a C Program to calculate Profit and Loss? Hi, We are back with another simple program. In this program, we will learn how to write a program to find
C Program to Find Factorial of a Number
Write a C Program to find factorial of a number? This C Program prints the factorial of a given number. Let’s discuss first, what is a factorial number. In simple
C Program to find the leap year using if-else statement
Write a program to find the leap year in C Language? Before writing a C program for leap year, let’s see what is Leap year and what is the logic