C ProgrammingLesson 7: Functions
IntroductionTo this point we have only dealt with snippets of code. This has been acceptable because we are only dealing with small ideas. In the real world, programs can run into tens, or hundreds of thousands of lines of code, and having some way to organize them is vital. This lesson introduces the final topic of the course, and will leave the student with all the skills that they need to build useful, well organized programs. |