C: Convert cm and inches using functions.

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



Duration: 3:05
5 views
1


Demonstration of using functions to convert cm and inches with a main program loop. Some constraints applied to protect against incorrect inputs. Uses a goto statement to emergency exit on wrong input.

Repl: https://replit.com/@pereiradaniel/Convert-cm-or-inches-functions
Git repo: https://github.com/pereiradaniel/c_programs/blob/master/metric_imperial_conv/conv2.c
Blog: https://pereiradpg.blogspot.com/2023/02/c-convert-cm-and-inches-using-functions.html







Tags:
C language
programming
cm
inches
conversion
convert
functions
main program loop