Skip to content
Download Android App: Follow Us:
Simple2Code
  • Home
  • Java
    • Java Tutorial
    • Java Programs
    • Java Pattern Programs
  • C
    • C Tutorial
    • C Programs
  • C++
    • C++ Tutorial
    • C++ Programs
  • C#
    • C# Tutorial
    • C# Programs
  • Apps
  • Blog
  • About Us

c basic programs

C Program to Find the Largest of three Numbers

In this tutorial, we will write a basic C Program to find the greatest of three numbers. You may go through the following topics in order to understand the C program. Algorithm to find the largest among three numbers C …

Read moreC Program to Find the Largest of three Numbers

Categories C Programs Tags c basic programs

C Program to check whether a year is a Leap year or not

This is the tutorial on the C program to check Leap year. In order to understand the program better, you need to have knowledge of the following topics in C. A leap year comes after every 4 years and has …

Read moreC Program to check whether a year is a Leap year or not

Categories C Programs Tags c basic programs

C Program to find Cosine value

In this tutorial, we will write a C Program to find Cosine series. Let us first by understanding what is cosine series. Cosine Series: It is a series used to find the value of cos(x), where x is the angle in degree which …

Read moreC Program to find Cosine value

Categories C Programs Tags c basic programs

C Program to Find the Size of int, float, double and char

In this tutorial, we will write a program to display the size of every data type using sizeof operator in C. Before that, you may go through the following topics in c as it is used in the program. sizeof() …

Read moreC Program to Find the Size of int, float, double and char

Categories C Programs Tags c basic programs

C Program to check whether a Date is Valid or not

In this tutorial, we will write a C program to check date is valid or not. Given the date, month and year, the program finds whether it is valid or not. Although before jumping to the main program, you should …

Read moreC Program to check whether a Date is Valid or not

Categories C Programs Tags c basic programs

C Program to Calculate the Area and Circumference of a Circle

Question:Write a C Program to find the area and circumference of a circle. The program simply calculates the area and circumference of a circle using its formula. Although the value PI is already defined with preprocessor directives. It takes that …

Read moreC Program to Calculate the Area and Circumference of a Circle

Categories C Programs Tags c basic programs
Newer posts
← Previous Page1 Page2

More Topics

  • Java Program to find the sum of the Largest Forward Diagonal
    28 April 2024
  • C Program to search an element in an array using Pointers
    7 January 2024
  • C Program to find the sum of the digits of a number using recursion function
    7 January 2024
  • C program to find factorial of a numberĀ using Ternary operator with Recursion
    6 January 2024
  • C Program to Add Two Numbers Using Call by Reference
    6 January 2024
  • Find the output ab, cd, ef, g for the input a,b,c,d,e,f,g in Javascript and Python
    1 February 2023
  • String Pattern Programs in C
    29 July 2022

Categories

  • C Programs
  • C Tutorial
  • computer fundamentals
  • CPlusPlus Programs
  • CPlusPlus Tutorial
  • CSharp Programs
  • CSharp Tutorial
  • HTML
  • Java Programs
  • Java Tutorial
  • javascript
  • Uncategorised

Simple2Code

  • About Us
  • Privacy Policy
  • Disclaimer
  • Sitemap

Search

Follow Us:
Copyright © 2025 Simple2Code