Write C Programs for the requirements given below

    1. Convert given value in Meter to centimeter.
    2. Calculate the volume of a cylinder. PI * r2 h
    3. Calculate average marks of 4 subjects which, entered separately.
    4. Convert the given temperature in Celsius to Fahrenheit. T(°F) = T(°C) × 1.8 + 32
    5. Find the value of y using y = 3.5x+5 at x = 5.23.
    6. Write a program that converts inches to centimeters. For example, if the user enters 16.9 for a Length in inches, the output would be 42.926cm. (Hint: 1 inch = 2.54 centimeters.)

                    Answer click here.