C program to find gcd of two number; Through this tutorial, we will learn how to find and print gcd of two number in c program using for loop, while loop, without temp variable, functions and recursion. The greatest common
Category: C
C program to Find First and Last Digit of a Number
C program to find and print first and last digit of a number; Through this tutorial, we will learn how to find and print first and last digit of a number in c program using log() & pow() , while
Read More C program to Find First and Last Digit of a Number
C Program to Find First Digit Of a Number
C program to find first digit of a number; Through this tutorial, we will learn how to find first digit of a number in c program using log() & pow() , while loop and functions. C Program to Find First
C Program to Find Factorial of a Number
C program to find factorial of a number; Through this tutorial, we will learn how to find factorial of a number in c program using for loop, while loop, recursion and Function. Algorithm of C Program for Factorial Use the
C Program to find Factors of a Number
C program to find factors of a number; Through this tutorial, we will learn how to find factors of a number in c program using For Loop, While Loop, Functions, and pointer. Programs to find Factors of a Number in
C Program to Calculate Electricity Bill
C program to calculate electricity bill; Through this tutorial, we will learn how to calculate electricity bill in c program. Using the following condition, write a c program to calculate electricity unit charge and calculate the total electricity bill according
C Program to Check for Prime Armstrong or Perfect Number
c program to check whether a number is a prime, Armstrong, or perfect number; Throughout this tutorial, we will learn how to check whether a number is prime, Armstrong, or perfect number in c program using functions and without function.
Read More C Program to Check for Prime Armstrong or Perfect Number
C Program to Count Number of Digits in a Number
C program to count number of digits in a number; Through this tutorial, you will learn how to count or find number of digits in a number in c program using For Loop, While Loop, Functions, and Recursion. Algorithm to
C Program to check the Number is Armstrong Number
C program to check a number is Armstrong number or not; Through this tutorial, we will learn how to check the number is armstrong number in c program using if else and function. Algorithm and Programs to check the Number
C program to Find Grade of a Student
C program to find the grade of a student; Through this tutorial, we will learn how to find the grade of a student in c program. C Program to Find Grade of a Student Using If Else The output of