This is a C program to check if a number is prime or not
C Program to convert a binary value to its equivalent decimal format.
This is a C program to convert a decimal number to its hexadecimal equivalent. Base-10 to Base-16 conversion.
This is a simple C program to reverse a string without using library functions
A binary search is an algorithm to search the position of an element inside a sorted array. Here is a C program implementation of binary search algorithm.
C program to find the sum of diagonal elements of an array. Calculates the sum of main diagonal or principal diagonal and secondary or antidiagonal elements
Here is a C Program to find the largest and second largest number in an array. Contains step-by-step explanation of the code.
C programming assignment with solution: Matrix Multiplication - C program to multiply two matrices.
Here is C program to find the transpose of a matrix. Transpose of a matrix is obtained by interchanging the rows and columns of the matrix.