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++ Program to Add Two Matrices

In this tutorial, we will write a C++ program to add two matrices using multi-dimensional arrays. To understand the coding, you should have knowledge of the following topics in C++ programming: C++ Arrays C++ loops The program takes the user …

Read moreC++ Program to Add Two Matrices

Categories CPlusPlus Programs

Flowchart – Advantages and Disadvantages

In this section, we will study the advantages of flowchart and also the disadvantages of flowchart. Let us start by understanding what is flowchart. A flowchart is a graphical representation of a programming language code so to relate the relations …

Read moreFlowchart – Advantages and Disadvantages

Categories C Tutorial

Basic Applications Of Computer

This article focuses on the basic applications of computers, listing their uses in different fields. We will go through the details of how they are useful in their respective fields. A computer is an electronic device through which we can …

Read moreBasic Applications Of Computer

Categories computer fundamentals

C++ Program to Make a Simple Calculator Using Switch Case Statement

In this C++ program tutorial, we will write a code on how to make a simple calculator using switch statement in C++ or in other words create a simple calculator to add, subtract, multiply and divide using switch and break …

Read moreC++ Program to Make a Simple Calculator Using Switch Case Statement

Categories CPlusPlus Programs

C++ Program to Calculate Average Percentage Marks

In this tutorial, you will learn to write a code on how to calculate the average percentage marks in C++. You may go through the following topics in C++: C++ operator C++ loop We will do calculate the total marks, …

Read moreC++ Program to Calculate Average Percentage Marks

Categories CPlusPlus Programs

C++ Program to Calculate Product and Sum of all Elements in an Array

In this tutorial, we will write a C++ program to find the sum and product of all elements of an array. You may go through the following topics in C++ used in the program below. C++ operator C++ loop Explanation: …

Read moreC++ Program to Calculate Product and Sum of all Elements in an Array

Categories CPlusPlus Programs

C Program to Swap Two Numbers

In this tutorial, we will learn how to swap two numbers in C program. Before that, if you may go through the following topics in C that are used in this program. C Program to Swap Two Numbers using temporary …

Read moreC Program to Swap Two Numbers

Categories C Programs Tags c number programs

C Program to Swap Two Numbers without using Third Variable

In this tutorial, we will write a C program to swap two numbers without using a temporary variable. There are two ways to swap variables. Let us go through each of them with a C program. You may check out …

Read moreC Program to Swap Two Numbers without using Third Variable

Categories C Programs Tags c number 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

Infix to Postfix Conversion in C Program using Stack

Stack is very useful for storing data in the manner of the stack. It s useful when comes to the conversion of arithmetic expressions in high-level programming languages into machine-readable form. There are some complicated arithmetic expressions such as (A+B)*C(D/(E+D)). …

Read moreInfix to Postfix Conversion in C Program using Stack

Categories C Programs
Older posts
Newer posts
← Previous Page1 … Page26 Page27 Page28 … Page76 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