BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

C program to print numbers divisible by 3 and 5 from 1 to 100

Last Updated: May 16, 2024 by Chaitanya Singh | Filed Under: C Programs

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

Last Updated: May 17, 2024 by Chaitanya Singh | Filed Under: C Programs

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

Last Updated: May 17, 2024 by Chaitanya Singh | Filed Under: C Programs

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

Last Updated: May 18, 2024 by Chaitanya Singh | Filed Under: C Programs

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

Last Updated: May 18, 2024 by Chaitanya Singh | Filed Under: C Programs

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

Last Updated: December 1, 2024 by Chaitanya Singh | Filed Under: C Programs

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

Last Updated: May 22, 2024 by Chaitanya Singh | Filed Under: C Programs

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

Last Updated: May 14, 2024 by Chaitanya Singh | Filed Under: C Programs

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

Last Updated: May 14, 2024 by Chaitanya Singh | Filed Under: C Programs

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

Last Updated: May 22, 2024 by Chaitanya Singh | Filed Under: C Programs

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 »

Copyright © 2012 – 2026 BeginnersBook . Privacy Policy . Sitemap