Question 1:
Write down a C program to convert from one base to another base in number system.
Question 2:
Write down a C program to create Fibonacci numbers using recursion.
Question 3:
Write down a C program to create a multiplication table.
Question 4:
Write down a C program to find out the sum of N natural numbers.
Question 5:
Write down a C program to find out the GCD of two integer values.
Question 6:
Write down a C program to verify if the year is the leap year.