C: Convert cm to inches using a function.

Subscribers:
772
Published on ● Video Link: https://www.youtube.com/watch?v=hm87VzNhxgg



Duration: 1:28
4 views
1


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
Blog: https://pereiradpg.blogspot.com/2023/01/c-convert-cm-to-inches-using-function.html







Tags:
C language
programming
cm
inches
conversion
function