This is a unit converter made by using C language. It show approximate answers to the user. This unit converter has conversions of length, weight, temperature, pressure, time, area, data storage, frequency and speed. Hope you like my work :)
Also, there is an header file for all conversions of the above quantities.
Please Check The Source Code Before Going Through The Below Steps.
- Add the header file of the unit converter below the stdio.h header file.
- Declare a variable and write your desired unit conversion but make sure you must write the type of conversion with underscores.
- Display the resultant value by running the code.
Some of the names of the units are written in short form to reduce the length of the function names in the header file.
