Back up to Programming Main Site

C-Programming Examples and Exercises

Week 1: Program Basics, Variable Declaration, Loops, Arithmatic Operators, and Comments



Week 2: Functions and Arrays



Week 3: If-Else and More Functions



Week 4: Data types Until now, we've been using only integer data. These exercises introduce you to the other data types. Compile, run, and examine the results.



Week 5: Multiple files Until now, we've been compiling simple programs with only one .c file. Practical programs have many source files, even into the hundreds.




Back up to Programming Main Site