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]
- « Previous Page
- 1
- …
- 3
- 4
- 5
- 6
- 7
- …
- 150
- Next Page »