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

Currency Conversion Program in C

In this tutorial, we will write a C program for currency conversion. Before that, you may go through the following topic in C. Explanation: In this program, there is a use of switch statements in C. The program gives the …

Read moreCurrency Conversion Program in C

Categories C Programs Tags c basic programs

C Program to Find the Area of a Rectangle

In this tutorial, we will write a C program to find the area of a rectangle. Before that, you may go through the following topic in C. Explanation: The program asks the user to enter the value of length and …

Read moreC Program to Find the Area of a Rectangle

Categories C Programs Tags c basic programs

Menu Driven Program using Switch Case in C

In this tutorial, we will write a menu-driven program in C. We will use the switch case statement present in C to create menus or options. Before that, you may go through the following topic in C programming. C Menu-driven …

Read moreMenu Driven Program using Switch Case in C

Categories C Programs Tags c basic programs

C Program to check whether a Number is Binary or Not

In this tutorial, we will write a program to check for the binary number in C. What is a Binary Number? A binary number is a number expressed in the base-2 numeral system that is the number that contains 2 symbols to represent all the …

Read moreC Program to check whether a Number is Binary or Not

Categories C Programs Tags c basic programs

C Program to Print ASCII Value of a Character

In this tutorial, we will write a program to print ASCII value of a character in C programming. Before that, you should have knowledge on the following topic in C. ASCII stands for American Standard Code for Information Interchange. It is …

Read moreC Program to Print ASCII Value of a Character

Categories C Programs Tags c basic programs

C++ Program to Convert Fahrenheit to Celsius

In this tutorial, we will learn the conversion of a temperature from Fahrenheit to Celsius (or Centigrade) in C++. Let us start by understanding the formula for the conversion of Fahrenheit into Celsius. Fahrenheit and Celsius, both are the unit …

Read moreC++ Program to Convert Fahrenheit to Celsius

Categories CPlusPlus Programs Tags c basic programs

C Program to Convert Fahrenheit to Celsius

In this tutorial, we will write a C Program to convert Fahrenheit into Celsius. Let us start by understanding the formula for the conversion of Fahrenheit into Celsius. Fahrenheit and Celsius, both are the unit for measuring the temperature. Fahrenheit …

Read moreC Program to Convert Fahrenheit to Celsius

Categories C Programs Tags c basic programs

C Program to calculate Simple Interest

In this tutorial, we will write a program to find the Simple Interest in C. And the formula to calculate the Simple Interest (SI) is: SI = ((p * r * t) / 100)) where, p = Principal r = …

Read moreC Program to calculate Simple Interest

Categories C Programs Tags c basic programs

C Program to Print Hello World

This is the most basic program where the program prints the hello world. Through this, you can understand the basic structure of the C program. This the basic program for beginners in C. Let us go through an example. Program …

Read moreC Program to Print Hello World

Categories C Programs Tags c basic programs

C Program to Multiply two numbers using Addition operator

In this tutorial, we will write a C program to multiply using the plus operator (+). You may go through the following topics in C to understand the program better. Multiplication of two numbers using plus arithmetic operator:To find the …

Read moreC Program to Multiply two numbers using Addition operator

Categories C Programs Tags c basic programs
Post navigation
Older posts
Page1 Page2 Next →

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