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]
C Program to print number of days in a month
In this C Programs series, We will write a C program to print number of days in a month. If the entered month is 2… [Read More]
C Program to Convert time from 24 hour to 12 hour format
In this tutorial, we will learn how to write a C program to convert 24 hour time format to 12 hour time format. For example:… [Read More]
C Program to print the day for an input of date month and year
In this article, we will write a C program to print the day (for example Monday, Tuesday etc.) for an input of date, month and… [Read More]
C Program to print current date and time
In this tutorial, we will write a C program that prints the current date and time on console. First we are writing a basic program… [Read More]
C Program to multiply two complex numbers using structure
In this tutorial, we will learn how to write a C program to multiply two complex numbers using structure. C Program to find the product… [Read More]
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 10
- Next Page »