C Programming

C Programming Examples

C Program to Check Whether a Number is Palindrome or Not

CodingTute

In this tutorial, you will learn how to check a number is a palindrome or not using a C program. ...

Binary Search Algorithm

Binary Search

Afreen

Binary search is a searching algorithm, it applies to finding an element in a sorted array. In the binary search, ...

Linear Search Algorithm

Linear Search

Afreen

Linear Search is a simple sequential search algorithm. In Linear Search, we will traverse the array or list sequentially until ...

C Program to find Sum of Digits

C Program to find Sum of Digits in a Number

CodingTute

In this example, you will learn to find the sum of digits in a given number using C Programming. For ...

C Program to check perfect square

C program to Check for a Perfect Square

CodingTute

In this example, you will learn to check a given number is a perfect square or not using the c ...

C Program to Count Number of Digits in an Integer

C Program to Count Number of Digits in an Integer

CodingTute

In this example, you will learn to count the number of digits present in the given integer. C Program to ...

C Program to Print Alphabets

C Program to Display Alphabets

CodingTute

In this example, you will learn to display alphabets sequentially using loops and ASCII values. You can find more about ...

GCD of Two Numbers

C Program to Find GCD of Two Numbers

CodingTute

In this example, you will learn to find the GCD or HCF of two given numbers. GCD is known as ...

LCM of Two Numbers

C Program to find LCM of two numbers

CodingTute

In this example, you will learn to find the LCM of two numbers using a c program. LCM is also ...

C Program to Find Factorial of a Number

C Program to Find Factorial of a Number

CodingTute

Factorial program in C: In this article, you will explore how to find the factorial of a given number in ...

123 Next