This is a C program to convert a decimal number to its hexadecimal equivalent. Base-10 to Base-16 conversion.
This is a C program to count the number of lines, words and characters in a file
C Program to convert a binary value to its equivalent decimal format.
C program to sort the elements of an array in ascending order using Bubble Sort algorithm
C program to sort the elements of an array in ascending order using Insertion Sort algorithm
C program to read a text file and display the contents on screen. This program accepts the name of the file to be read as a command line argument.
This is a C program to check if a number is prime or not
Here is a C program to convert a decimal number to binary format.
This is a simple C program to reverse a string without using library functions