Just college syllabus programs and solutions.
For first semester we have problems:
- Hello World in C
- Find sum of two numbers
- Display if sum of two nubmers is greater than 100
- Find if sum of two numbers is odd.
- Find if the entered character is a vowel.
- Find smallest number among two numbers (with conditional operator).
- Find smallest number among two numbers with if-else.
- Find largest number among three numbers (with if-else).
- Find smallest numbr among three numbers (with if-else).
- Print if a number is odd or even.
- Display if entered character is vowel or consonant.
- Read a matrix and print all elements.
- Find roots of a quadratic equation.
- Convert between Fahrenheit and Celsius values on user's choice.
- Check if the entered year is leap year or not
