C Programming

C Program to Display Fibonacci Sequence

C Program to Display Fibonacci Sequence

CodingTute

In this article, you will learn to generate the Fibonacci sequence of n terms in multiple ways. Below are the ...

C Program to Generate Multiplication Table

C Program to Generate Multiplication Table

CodingTute

In this example, you will learn to generate a multiplication table up to 10 for the given number. Program to ...

C Program to Check Alphabet

C Program to Check Whether a Character is an Alphabet or not

CodingTute

In this example, you will learn to check a given character is alphabet or not. In C language, every character ...

C Program to Calculate the Sum of Natural Numbers

C Program to Calculate the Sum of Natural Numbers

CodingTute

In this example, you will learn to calculate the sum of first n natural numbers. Mathematically, the sum of n ...

C Program to Find the Roots of a Quadratic Equation

C Program to Find the Roots of a Quadratic Equation

CodingTute

In this example, you will learn to find the roots of a quadratic equation. A quadratic equation will have two ...

C Program to Check Leap Year

C Program to Check Leap Year

CodingTute

In this example, you will learn to find a given year is a leap year or not. We all know ...

C Program to Find the Largest Number Among Three Numbers

C Program to Find the Largest Number Among Three Numbers

CodingTute

In this example, you will learn to find the largest number among the three numbers. In example 1 we will ...

C Program to Check a Character is a Vowel or Consonant

C Program to Check a Character is a Vowel or Consonant

CodingTute

In this example, you will learn to check a given character is vowel or consonant. We all know there are ...

C Program to Check a number is Even or Odd

C Program to Check a number is Even or Odd

CodingTute

In this example, you will learn one of the way to check a number is even or odd. C Program ...

C Program to Find Quotient and Remainder

C Program to find Quotient and Remainder

CodingTute

In this example, you will learn how to find Quotient and Remainder by taking dividend and divisor input from the ...