Programs
1. Write a C program to find the largest of three numbers.
2. Write a C program to check whether a number is even or odd.
3. Write a C program to swap two numbers (with and without using a third variable).
4. Write a C program to find the factorial of a number using a loop.
5. Write a C program to check whether a number is prime or not.
6. Write a C program to print the Fibonacci series up to n terms.
7. Write a C program to reverse a number (e.g., 123 → 321).
8. Write a C program to check whether a number is a palindrome.
9. Write a C program to check whether a number is Armstrong or not.
10. Patterns: