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 array programs

C Program to search an element in an array using Pointers

A separate function( search_function()) will be created where the array pointer will be declared and the searched element along with the size of an array will be passed. The function will return 1 if any element matches with the searched …

Read moreC Program to search an element in an array using Pointers

Categories C Programs Tags c array programs

C Program to Delete a Particular element from an Array

In this tutorial, we will write a C program to delete an element in an array by specifying the value. Before that, you should have knowledge on the following C topics: Example: InputInput array elements: 11 22 30 42 50Specify …

Read moreC Program to Delete a Particular element from an Array

Categories C Programs Tags c array programs

C Program to Find Second Largest Number in an Array

The following C program finds the second largest element present in an array. The program iterates through an array and compares each element in an array. For example: Input: arr[] = {5, 85, 19, 6, 99, 45}Output: The second largest …

Read moreC Program to Find Second Largest Number in an Array

Categories C Programs Tags c array 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 to Multiply Two Matrices

In this section, we will write a C Program to Multiply Two Matrices using multi-dimensional array. You may go through the c topics below, before starting. Matrix multiplication in C: We can add, subtract, multiply or divide two matrices in C. …

Read moreC Program to Multiply Two Matrices

Categories C Programs Tags c array programs

C Program to Access an element in 2-D Array

In this tutorial, we will write a Program to access an element in 2D Array in C. Before that, you should have knowledge of the following C programming topics. Accessing Array Elements 2D Array is of 2 Dimensional, one determines …

Read moreC Program to Access an element in 2-D Array

Categories C Programs Tags c array programs

C Program for deletion of an element from the specified location from Array

In this tutorial, we will write a C program to delete elements from an array at a specified position. We will specifically learn two different programs: Example: By position. InputInput array elements: 11 22 30 42 50Specify the position to …

Read moreC Program for deletion of an element from the specified location from Array

Categories C Programs Tags c array programs

Program to Reverse the Array Elements in C

In this tutorial, we will learn C Program to Reverse an Array element. Before continuing, you should have knowledge of the following topics in C programming. Revering an array element: The entered array of integers will be reversed and displayed. …

Read moreProgram to Reverse the Array Elements in C

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