C: Convert cm to inches using a function.
Channel:
Subscribers:
772
Published on ● Video Link: https://www.youtube.com/watch?v=hm87VzNhxgg
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
Other Videos By Daniel Pereira
2023-02-13 | Galaxian - C64 [60 Hz] |
2023-02-04 | Soulless Special Edition - C64 [50 Hz] |
2023-02-04 | Soulless - C64 [50 Hz] |
2023-02-03 | Sonic the Hedgehog - C64 [50 Hz] |
2023-02-02 | Artris - C64 [50 Hz] |
2023-02-01 | C: Convert cm or inches (no functions). |
2023-02-01 | Flimbo's Quest - C64 [50 Hz] |
2023-02-01 | C: Convert cm and inches using functions. |
2023-01-31 | C: Convert cm to inches (no function). |
2023-01-31 | Vincent - C64 [50Hz] |
2023-01-30 | C: Convert cm to inches using a function. |
2023-01-30 | 6510: Colours. [60 Hz] |
2023-01-30 | Fred's In Troubles - C64 [50Hz] |
2023-01-29 | Fred's Back 3 - C64 [50Hz] |
2023-01-29 | C: Decimal/Binary Converter. |
2023-01-29 | Vincent Price's Evil Laugh sampled on Commodore 64 [60 Hz] |
2023-01-28 | Fred's Back 2 - C64 [50Hz] |
2023-01-28 | C: Decimal to binary conversion with non-recursive function. |
2023-01-27 | C: Decimal to binary conversion using a recursive function. |
2023-01-27 | Fred's Back - C64 [50Hz] |
2023-01-26 | C: Modify calculator to catch divide by zero error. |
Tags:
C language
programming
cm
inches
conversion
function