C: Improve exercise 4-3 with improved ascending/descending for loop.

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



Duration: 2:03
3 views
1


Improvement to exercise 4-3 using a different type of switchable for loop, with compiler examination.

Repl: https://replit.com/@pereiradaniel/Improved-asc-desc-for-loop-added-to-existing-project
Git repo: https://github.com/pereiradaniel/beginning_c/blob/master/ch4/exercises/4_3/refactor5.c
Blog: https://pereiradpg.blogspot.com/2023/01/c-improve-exercise-4-3-with-improved.html







Tags:
C language
programming
for loop
compiler
godbolt
refactor
improvement