Question: Write a C program that converts temperature in Celsius to Fahrenheit and Kelvin Create a function that converts Celsius to Fahrenheit temperature. Create another function

Write a C program that converts temperature in Celsius to Fahrenheit and Kelvin Create a function that converts Celsius to Fahrenheit temperature. Create another function that converts Celsius to Kelvin temperature. Use these functions in your program and print the temperature in Fahrenheit and in Kelvin on the terminal console. The input and output values are single precision floating-point values. Comment your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
