Showing posts from February, 2023

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

In C programming, a character variable holds an ASCII value (an integer number between 0 and 127) rather than that character itse…

Read More »

C Programming- Program to Compute Quotient and Remainder

In this example, you will learn to find the quotient and remainder when an integer is divided by another integer. Program to Com…

Read More »

C Programming- GCD Using while loop and if else Statement

In this article we will learn about  GCD Using while loop and if...else Statement.   This is a better way to find the GCD. In …

Read More »

C Program to Find GCD of two Numbers using for loop and if Statement

In this article we discussed about  C Program to Find GCD of two Numbers using for loop and if Statement . The HCF or GCD of two…

Read More »
Load More That is All