c language Programs

1. Calculate the area and circumference of a circle.
2. Find the largest number among 3 numbers with the ternary operator.
3. Create a basic calculator with menus.
4. Sum the digit of a given number.
5. Reverse the given number.
6. Check if the given number is palindrome or not.
7. Make a pattern using numbers.
8. Delete an element of an array.
9. Write a program to implement binary search.
10. Write a program for matrix multiplication.
11. Write a program to print the Fibonacci series with a given number.
12. Write a program to get the binomial coefficient value.
13. Write a program to count the total number of vowels, consonants and spaces.
14. Write a program to differentiate call by value and call by reference.