The document contains algorithms and programs for solving various problems related to decision making and branching in C programming. These include programs to:
1. Determine if a number is even or odd, with and without else statements.
2. Find numbers between 100-200 divisible by 7 and their sum and count.
3. Solve systems of linear equations.
4. Count numbers in various ranges based on given conditions.
5. Check eligibility for admission based on marks criteria.
6. Generate a square root table from 0-9.9.
7. Evaluate a function that returns 1, 0, or -1 based on x's sign.
8. Compute real roots of a quadratic equation.