C Programming Examples
- Write a C program to Make Simple calculator
- C program to check even or odd numbers
- C program to find Armstrong number
- Write a C program to check whether a given number is prime or not
- C Program to find the perfect numbers between a given range
- Find out the perfect number using c program
- How to compile C program in ubuntu using gcc
- How to install Package build-essential on Ubuntu Linux
- Installing Eclipse IDE with C/C++ plugin(or CDT) in Ubuntu Linux
- C Simple Programs And Examples
- C Program – hello world program
- C Program – to calculate frequency of vowels in a string
- C Program – TO CHECK GIVEN NUMBER IS ARMSTRONG NUMBER OR NOT
- C Program – to Check Palindrome Number
- C Program – to Check Whether a Number is Even or Odd
- C Program – to compute the area and perimeter of a rectangle
- C Program – that converts Centigrade to Fahrenheit.
- C Program – to Count number of digits in number without using mod operator
- C Program – to display ASCII values
- C Program – to display Floyd’s triangle
- C Program – to find area and circumference of circle
- C Program – to Find Factorial
- C Program – find power of number
- C Program – to find prime numbers
- C Program – to find the square of the distance between two points.
- C Program – to Make a Simple Calculator Using switch case
- C Program – to print Pascal triangle using for loop
- C Program – to program to Swap two numbers
- C Program – to reverse the digits of a number
- C Program – to Reverse String
- C Program – to show Fibonacci Series
- C Program – to solve quadratic equation
- C Program – to get the current directory
- C Program – to reverse the given number
- C Program – LCM using while Loop and if Statement
- C Program – GCD Using for loop and if Statement
- C Program – HCF (Highest common factor) program with two numbers
- C Sorting algorithms & Techniques
- C Program – Bubble Sort
- C Program – Insertion Sort
- C Program – Selection Sort
- C Program – Merge Sort
- C Program – Quick Sort
- Conversion ( Number System )
- C Program – Decimal To Binary
- C Program – Decimal to Octal
- C Program – Decimal to Binary
- C – Handling Files
- C Program – How Create a Text File and Write in It