C: Convert cm to inches using a function.


Simple program demonstrating one way to convert cm to inches and display the result to the user. Repl: https://replit.com/@pereiradaniel/Convert-cm-to-inches-function Git repo: https://github.com/pereiradaniel/c_programs/blob/master/metric_imperial_conv/conv.c

 

Popular posts from this blog

C programming and relevancy

Shakespeare AI: My lady is more beauteous than a rose.

C: Temperature Conversion With Main Repeat