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 calculate area of rectangle

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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]

  • 1
  • 2
  • 3
  • …
  • 7
  • Next Page »

Copyright © 2012 – 2025 BeginnersBook . Privacy Policy . Sitemap