Posts

Showing posts with the label c code

C Program to Bubble Sort Records in a text File

C Program for Insertion Sort On Random Array (Descending Order)

C Program for Insertion Sort On Random Array (Ascending Order)

C Program to Sort Random Array Using Bubble Sort and rand() function

C Program for Insertion Sort

C Program to Check Number is Prime or Not Using Recursion

C Program to find Product of 2 Numbers using Recursion

C Program to Reverse Number Using Recursion

C Program to Find Sum of Digits of a Number Using Recursion

Octal to Decimal in C

C Program to Convert Hexadecimal to Binary

C Program to Convert Octal to Binary

C Program to Convert Roman to number

C Program to Convert Binary to Hexadecimal

C Program to Convert Decimal to Hexadecimal

C Program to Convert Decimal to Octal

C Program to Convert Binary Number to Octal Number

C Program to Convert Binary to Decimal

C Program to Find Average of Array

C Program to Count Frequency of Each Element in an Array