C: Ascending or descending for loop.


A for loop that can run forward or backward.

Repl: https://replit.com/@pereiradaniel/Ascending-or-descending-for-loop
Git repo: https://github.com/pereiradaniel/c_programs/blob/master/asc_desc_for/asc_desc_for.c

 

Popular posts from this blog

C++ Crash Course: Solutions to Exercises in Part 1, Chapter 1.

C++ Crash Course: Solution to Exercise 3-4.