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
Category: C Programming

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

In this post, we are going to write a simple C program to find the ASCII value of any character that a user has entered.

In this post, let see how to print two float numbers using C language. This program is useful for school & college students and those

In this post, I am going to write a C program to print ‘Odd numbers’ from 1 to N. First I need to get the

In this post, I am going to write a C program to print ‘even numbers’ from 2 to N. To do that, first I need

Let’s write a simple C program to generate multiplication table. It’s fairly a simple program. Here is a Short snippet to generate 7 times tables:

In this post, we are going to write a C program to print leap years between two given years. So basically we need to collect