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]

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

Copyright © 2012 – 2026 BeginnersBook . Privacy Policy . Sitemap