60 C PROGRAM EXAMPLES
- Hello world
- To print an integer
- To add two numbers
- To CHECK ODD OR EVEN
- Addition,subtraction,multiplication &division
- Check whether input alphabet is vowel or not
- To check leap year
- To add Digits of a number
- To find Factorial
- To find Hcf and Lcm
- Decimal to binary conversion
- To find Ncr and Npr
- To add n numbers
- To swap two numbers
- To reverse a number
- To Print Reverse of a number
- To print pattern of numbers and stars
- To print Floyd's triangle
- To print pascal triangle
- To print diamond pattern
- To check prime number
- To check a number is Armstrong number or not
- To generate and print Armstrong number
- To generate Fibonacci series
- To add two numbers using pointers
- To find maximum element in array
- To find minimum element in array
- Linear search
- Binary search
- To reverse an array
- To insert an element in array
- To delete an element from array
- To merge two arrays
- Bubble sort
- Insertion sort
- selection sort
- To add two matrix
- To substract matrics
- Transpose a matrix
- Matrix multiplication
- To print a string
- string length
- To compare two strings
- string copying
- To concatenate two strings
- Reverse string
- To check palindrome
- Remove vowel string
- sub string
- To sort a string in alphabetical order
- To remove space blanks from a string
- To swap two strings
- Anagram
- To read a file
- To copy files
- To merge two files
- List files in directory
- To delete a file
- To generate random numbers
- To add two complex numbers