C introduction by examples

  1. The first C program K&R p7 ;
  2. Char count - Kelley and Pohl page 133
  3. Table of Powers - Kelley and Pohl page 167
  4. Call by reference - Kelley and Pohl page 201
  5. Bubble Sort - Kelley and Pohl page 205
  6. String Library Implementation - Kelley and Pohl page 214
  7. Sort Words - Kelley and Pohl page 223
  8. Arguments to main ;
  9. Print Environment variables ;
  10. Linked Lists - Kelley and Pohl page 335
  11. Binary Search - Kernighan and Ritchie p 134
  12. Binary Tree - Kernighan and Ritchie p 140-142 ;
  13. Hash Tables - Kernighan and Ritchie p 144-145 ;

References

  1. The C Programming Language, 2nd edition by Brian W. Kernighan and Dennis M. Ritchie, Prentice Hall Software Series, 1988.
  2. A Book on C: Programming in C 2nd edition by Ira Kelley and Ira Pohl, Benjamin Cummings 1990.