Level : Easy:
1.Write a C program to convert Total days to year, month and days.
Sample code:
2. C program to convert temperature from Fahrenheit to Celsius and vice versa
3. Write a C Program to Accept ten numbers and display sum of even and product of odd
numbers
4. Write a C Program to generate a Multiplication table of a given input number.
5. Write a C Program to calculate simple interest.
6. Write a C Program to Swap 2 numbers with third variable
7. Write a C Program to find Quotient and Remainder
8. Write a C Program to calculate Area and Circumference of circle based on user input
9. Write a C Program to find the largest number of the three.
10. Write a C Program to calculate the grade of the student according to the specified marks.
Level: Medium :
1. Write a C program to multiply two numbers using the plus operator.
2. Write a C Program to check whether the input number is palindrome or not
3. Write a C Program to check the given number is an Armstrong or not
4. 4.Write a C Program to check the given number is an prime or not
5. Write a C Program to generate Fibonacci series
6. Write a C Program to print factorial of a number
7. Write a C Program to reverse given number
8.Write a C Program to generate following pattern
9.Write a C Program to generate following pattern
10. Write a C Program to calculate the sum of Natural Numbers.