Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

C Articles

C program to convert decimal to hexadecimal

This is a C program to convert a decimal number to its hexadecimal equivalent. Base-10 to Base-16 conversion.

C program to count lines, words and characters in a file

This is a C program to count the number of lines, words and characters in a file

C program to convert a binary number to decimal number format

C Program to convert a binary value to its equivalent decimal format.

C program to sort array elements using Bubble sort

C program to sort the elements of an array in ascending order using Bubble Sort algorithm

C program to sort array elements using insertion sort

C program to sort the elements of an array in ascending order using Insertion Sort algorithm

C program to read a text file

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.

How to check a number is prime or not in C

This is a C program to check if a number is prime or not

C program to convert Decimal to Binary

Here is a C program to convert a decimal number to binary format.

How to reverse a string in C

This is a simple C program to reverse a string without using library functions