Category: C PROGRAMS

0

C program to convert Binary to Decimal

Before going to the program to convert Binary to Decimal first let us see how to convert binary to decimal. Let us assume the Binary Number as 110101. The Decimal Number is equal to the...

2

Armstrong Number or Not in C using While loop

Before going to the program first let us understand what is a Armstrong Number? Armstrong Number:                             An Armstrong number of three digits is an...

0

Prime number or Not in C using For Loop

Before going to the program for Prime Number or Not first let us understand what is a Prime Number? Prime Number:                  A Prime Number is a number greater...

0

C program for Binary Search

Before going to the program first let us understand what is a Binary Search? Binary Search:                                 Binary search is...

0

C program to find Transpose of a Matrix

Before going to the program first let us understand what is Transpose of a Matrix? Transpose of a matrix:                           Transpose of a Matrix is...

0

C program for Sum of Two Matrix

Before going to the program first let is understand what is Sum of two Matrix? Sum of two matrix:                      Sum of two Matrix is a matrix obtained by...

0

C program for Matrix Multiplication

Before going to the program first let is understand what is Matrix Multiplication? Matrix Multiplication: Matrix Multiplication is nothing but the multiplication of two matrix to obtain a new matrix. To perform Matrix Multiplication the number of...