In this example, we will write a C program to calculate area of rectangle based on user input. For example, if user enters width as… [Read More]
C program to Calculate area of triangle using Heron’s formula
In this article, we will write a C Program to calculate area of triangle using Heron’s formula. According to Heron’s formula, the area of the… [Read More]
C Program to print cube of a number upto an integer
In this article, we will write a C Program to print cube of a number upto an integer. For example, if the user enters a… [Read More]
C Program to swap first occurrence of a character in a String
In this article, we will write a C program to swap first occurrence of a character in a String with the given character. C Program… [Read More]
C program to replace first occurrence of vowel with ‘-‘ in string
In this tutorial, we will learn how to write a C program to replace the first occurrence of vowel with ‘-‘. C Program to replace… [Read More]
C Program to swap first and last elements of an array
In this tutorial, we will write a C program to swap first and last element of an array. For example, if the given array is… [Read More]
C Program to swap first and last digit of a number
In this article, we will write a simple C program to swap the first and last digit of a number. For example, if the input… [Read More]
C Program to display factors of a number
In this article, we will write a C program to display factors of a number. For example, if the input number is 12, then the… [Read More]
C Program to find sum of digits of a number
In this article, we will write a C program to find sum of digits of a given number. For example, if the input number is… [Read More]
C Program to check abundant number
In this tutorial, we will write a C program to check if a number is abundant number or not. A number is called an abundant… [Read More]
C program to print numbers divisible by 3 and 5 from 1 to 100
In this article, we will see a simple C program to print all the numbers between 1 and 100 that are divisible by 3 and… [Read More]
C Program to check if a number is divisible by 3 and 5
In this article, we will write a very simple C program to check if a number is divisible by 3 and 5. C Program to… [Read More]
C Program to validate a given date
In this tutorial, we will learn to write a C program to validate a given date. For example, if the user enters a date 31/02/2020… [Read More]
C Program to print date of birth using structure
In this guide, we will learn how to write a C program to print date of birth using structure. This program will help you understand… [Read More]
C Program to convert a time from 12 hour to 24 hour format
In this tutorial, we will write a C program to convert a time from 12 hour format to 24 hour format. For example: Input: 03:30… [Read More]
- 1
- 2
- 3
- …
- 7
- Next Page »