In this part of the code I want in the output that the value of celsius starts the C, the value of kelvin below the K, etc.

printf("C K F\n");
printf("%.2f %.2f %.2f", celsius, kelvin, fahrenheit);

I'm preferably looking for some way to ignore the width of the result so that I can just leave equal spaces between C, K and %.2f, %.2f