Tag: c lab programs
C Program to Find the Roots of a Quadratic Equation
This post explains how to find the roots of a Quadratic Equation using the C programming language. Let’s get started.
C Program to Display Prime Numbers Between Two Intervals
This post helps us to display prime numbers between two intervals using C programming.
C Program to Find ASCII Value of a Character
This post helps to find ASCII value for a character using the C programming language. Let’s start looking at the source code.
C Program to Multiply two Floating Point Numbers
This post shows how to multiple two floating point numbers using C programming language. So let’s go through the program.
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 Convert Octal Number to Decimal and vice-versa
This post explains the conversion of octal number to decimal number and vice-versa using the C programming language.
C Program to Find Transpose of a Matrix
This post explains to find tanspose of a matrix using the C programming language.
C Program to Find G.C.D Using Recursion
This post helps to find G.C.D using recursion by C programming language.
C program to calculate the power using recursion
This post calculates the power using recursion by the use of C programming language.
C Program to Display Armstrong Number Between Two Intervals
This post explains how to display Armstrong number between two intervals 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.
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 find the size of the array
This post helps to find the size of the array using 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 Find Largest Element in an Array
This post helps to find largest element in an array using the C programmimg 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 Convert Binary Number to Decimal and vice-versa
This post explains the conversion of numbers from binary to decimal and vice versa, using the C programming language.
C Program to Calculate Average Using Arrays
This post shows how to calculate the average of all the values in the array using C progamming 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 Calculate Standard Deviation
This post helps calculate the standard deviation using the C programming language.