C Tutorials and Sample Problems

  1. Python and C -- Comparisons and Contrasts
  2. A first Example C Program
  3. Box and Pointer Diagrams — How to make and use them in C
  4. Using Pointers to Send Information Back From a Function
  5. Getting Input From the User by Using scanf
  6. Arrays
  7. Structures, including Arrays of Structures
  8. Loops Within Loops — when to use them, how to write them
  9. Using Pointers to Save Time and Space
  10. General Problem-Solving in C
  11. Setting up for Your first C session in Eclipse