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 Programs

C programming App
C programming App

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

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 Number is Even or Odd (Condition and Ternary Operator)

This is the tutorial to check the number is odd and even in C. A number divisible by 2 is said an even number otherwise the number is called an odd number. The concept of checking the number using the …

Read moreC Program to Check Whether Number is Even or Odd (Condition and Ternary Operator)

Categories C Programs Tags c number 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 Transpose of a Matrix

In this tutorial, we will write a program on how to calculate the transpose of a matrix in C program. Let us first understand the transpose of a matrix. Transpose of a matrix in C: The new matrix obtained by …

Read moreC Program to Find Transpose of a Matrix

Categories C Programs Tags c array programs

C Program to Find Inverse of a Matrix

In this tutorial, you will learn to write a program to find the inverse of a matrix in C. Let us first start by understanding how to find the inverse of a matrix and the requirements to find it. In …

Read moreC Program to Find Inverse of a Matrix

Categories C Programs Tags c array programs

C Program to Find Sum of Diagonal elements in a Matrix

In this tutorial, we will learn how to write C Program to find the Sum of Diagonals of Matrix. as the matrix contains two diagonals, we will consider one as the main and another as the opposite. Note that the …

Read moreC Program to Find Sum of Diagonal elements in a Matrix

Categories C Programs Tags c array programs

C Program for Strong Number

In this tutorial, we will learn about the strong number and write a C Program to find Strong Number. Strong Number Strong numbers are those numbers whose sum of the factorial of the individual digits is equal to the number …

Read moreC Program for Strong Number

Categories C Programs

C Program for Pascal Triangle

In this tutorial, you will learn how to write a program to print Pascal’s Triangle in C. Before that you should be familiar with the following topic in C programming. Pascal’s triangle is one of the important examples that is …

Read moreC Program for Pascal Triangle

Categories C Programs Tags c special number 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
Older posts
Newer posts
← Previous Page1 … Page9 Page10 Page11 … Page15 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