Question 1:
Write down the C program to compute the student total and average marks of given subjects using structures.
Question 2:
Write down the C program to exhibit the string functions.
Question 3:
Write down a C program to find out the roots of quadratic equation.
Question 4:
Write down a C program to find out the number of days in the month using enumerated data types.
Question 5:
Write down a C program to exhibit Math functions.
Question 6:
Write down a C program to compute factorial using recursive function.