List of (C) Programs with output.
1. Write a C program to print the following pattern.
2. Write a C program to find fibonacci series in c using recursion.
3. Write a C program to find fibonacci series in c using loop.
4. Write a C program to find the factorial of a number using recursion.
5. Write a C program to find the factorial of a number using loop.
6. Write a C program to find the sum of first n natural numbers.
7. Write a C program to find prime numbers from 1 to n.
8. Write a C program to check whether a given number is armstrong or not.
9. Write a C program to check whether a given number is palindrome or not.
1. Write a C program to print the following pattern.
2. Write a C program to find fibonacci series in c using recursion.
3. Write a C program to find fibonacci series in c using loop.
4. Write a C program to find the factorial of a number using recursion.
5. Write a C program to find the factorial of a number using loop.
6. Write a C program to find the sum of first n natural numbers.
7. Write a C program to find prime numbers from 1 to n.
8. Write a C program to check whether a given number is armstrong or not.
9. Write a C program to check whether a given number is palindrome or not.