In this post, I am writing a straightforward C program to find whether the entered number is Even or Odd as well as Positive or
Category: C Programming

In this post, I am going to write a C program with nested if statements to find the Leap year. This example C program is

Are you looking for a C program that can perform temperature conversion such as Celsius to Fahrenheit and Fahrenheit to Celsius? then you are at

In this post, I am going to show you how to write a simple C program to calculate the Simple Interest. The formula to calculate

In this post, I am going to write a very simple C program to increment the number by a given value every second. This program

In this post, I am going to write a very simple C program to do Basic Arthmatics. This is an example C program that is

In this post, we are going to see how to write a simple C program to read a text file and print its content. We

Let’s see how to write a simple C program to Find the Largest number among three numbers. The logic is to get 3 numbers from

In this post, let’s see how to get the UPPERCASE string from the user and then convert to a lowercase string with space in C

In this post, you will learn how to compare two strings using C language. There is a function strcmp() available in core C. It accepts