11:56AM
C Programming Series Episode 5 & 6
Episode 5
In this episode we take a look at one and two dimensional arrays and introduce the rand() function to fill the arrays. In the next episode we will start creating our own functions to help break up and make our programs more maintainable as well as easier to read.
Episode 6
In this episode we take a look at creating our own functions, and how to utilize them to make our programs more modular. Using functions in your programs makes them easier to update over time, and easier to breakup when working with others. In the next episode we will take a look at recursive functions (functions which call themselves in a looping manner).
Submitted by Joel Cummings May 7, 2012 at 11:56 AM
Reader Comments