unit converter using c language
Design and write a C language program that can be used as a unit converterapplication. Your unit converter should contain at least four unit categories,for example: length, mass, temperature, and time.The program should display the main menu that contains unit categories that areavailable, and the user will be prompted to select a unit category first. […]