This post explains to find tanspose of a matrix using the C programming language.
C Program to Add Two Matrices Using Multi-dimensional Arrays
This post helps add two matrices uing multi-dimensional arrays in the C programming language.
C Program to Multiply Two Matrices Using Multi-dimensional Arrays
This post multiplies two matrices using multi-dimensional arrays in the C programming language.
C Program to search a number in an array
This post helps to search a number in an array using the C programming language.
C Program to Calculate Standard Deviation
This post helps calculate the standard deviation using the C programming language.
C Program to delete an element from an array
This post explains the deletion of an element from an array using the C programming language.
C Program to Find Largest Element in an Array
This post helps to find largest element in an array using the C programmimg language.
C Program to find the size of the array
This post helps to find the size of the array using the C programming language.
C Program to insert an element into an array
This post helps to insert an element into an array using the C programming language.
C program to Reverse a String Using Recursion
This post helps to reverse a string using recursion by the use of C programming language.