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]
- 1
- 2
- 3
- …
- 10
- Next Page »